Skip to content

Commit

Permalink
Agrego "e" como stopword.
Browse files Browse the repository at this point in the history
  • Loading branch information
abenassi committed Mar 7, 2016
1 parent 3292290 commit f3c6105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_cleaner/capitalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

ARTICLES = ["el", "los", "la", "las"]

OTHERS = ["del", "y"]
OTHERS = ["del", "y", "e"]

# agrega todos los tipos de stopwords considerados
LOWER_WORDS = PREPOSITIONS + ARTICLES + OTHERS
Expand Down

0 comments on commit f3c6105

Please sign in to comment.