[languages] Allow stopwords to help disambiguate if they can, otherwise ignore them
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user