Skip to content

Commit

Permalink
Add more words to common words for language guessing
Browse files Browse the repository at this point in the history
Close #250
  • Loading branch information
Toilal committed Jan 18, 2016
1 parent fd522b0 commit a76b23e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions guessit/rules/common/words.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def iter_words(string):
# french words
'bas', 'de', 'le', 'son', 'ne', 'ca', 'ce', 'et', 'que',
'mal', 'est', 'vol', 'or', 'mon', 'se', 'je', 'tu', 'me',
'ne', 'ma', 'va', 'au',
'ne', 'ma', 'va', 'au', 'lu',
# japanese words,
'wa', 'ga', 'ao',
# spanish words
Expand All @@ -57,5 +57,7 @@ def iter_words(string):
# part/pt
'pt',
# screener
'scr'
'scr',
# quality
'sd', 'hr'
])

0 comments on commit a76b23e

Please sign in to comment.