mirror of
https://github.com/zoriya/guessit.git
synced 2026-05-31 09:42:58 +00:00
Add more short words to exclusion list for language guessing
Close #256
This commit is contained in:
@@ -30,7 +30,7 @@ COMMON_WORDS = frozenset([
|
||||
'fry', 'cop', 'zen', 'gay', 'fat', 'one', 'cherokee', 'got', 'an', 'as',
|
||||
'cat', 'her', 'be', 'hat', 'sun', 'may', 'my', 'mr', 'rum', 'pi', 'bb',
|
||||
'bt', 'tv', 'aw', 'by', 'md', 'mp', 'cd', 'lt', 'gt', 'in', 'ad', 'ice',
|
||||
'ay', 'at', 'star', 'so', 'he',
|
||||
'ay', 'at', 'star', 'so', 'he', 'do', 'ax', 'mx',
|
||||
# french words
|
||||
'bas', 'de', 'le', 'son', 'ne', 'ca', 'ce', 'et', 'que',
|
||||
'mal', 'est', 'vol', 'or', 'mon', 'se', 'je', 'tu', 'me',
|
||||
|
||||
Reference in New Issue
Block a user