optimaize / language-detector

Language Detection Library for Java
Apache License 2.0
567 stars 165 forks source link

Fixes Issue #77 - better link detection for UrlTextFilter added #78

Open nbartels opened 7 years ago

nbartels commented 7 years ago

Added a lib for better url and email detection. This helps to improve the language detection if the UrlTextFilter is used.

Urls with parentheses are not detected correctly for example. A test set is added, too.