[languages] Allow stopwords to help disambiguate if they can, otherwise ignore them

This commit is contained in:
Al
2015-08-23 23:04:17 -04:00
parent d14be57e73
commit 84e0982cbc
2 changed files with 4 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ country_test_cases = [
('El Camino', 'us', 'es'),
('Rue Louis Phillippe', 'us', 'fr'),
('Calle Street', 'us', AMBIGUOUS_LANGUAGE),
('Del Rio Avenue', 'us', 'en'),
# Avenue + stopword
('Avenue du Bourget-du-Lac', 'je', 'fr'),