Index: trunk/WikiWord/WikiWordBuilder/src/main/java/de/brightbyte/wikiword/wikis/LanguageConfiguration_en.java |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | ")$" |
28 | 28 | ); |
29 | 29 | |
30 | | - this.nameGluePattern = Pattern.compile("of|on|in|the"); // common non-capitalized components of proper nouns |
| 30 | + this.nameGluePattern = Pattern.compile("of|on|in|the|d|de|la|le|en|van|von"); // common non-capitalized components of proper nouns |
31 | 31 | } |
32 | 32 | |
33 | 33 | } |