Commit cc2ae7a301dfe8de61a5ace294e0e73ae2b31d9f
1 parent
2bceeef5
Exists in
master
and in
1 other branch
Corrige path da gramática
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
alexp.py
... | ... | @@ -23,7 +23,7 @@ from Aelius import AnotaCorpus |
23 | 23 | # facilitar utilização das diferentes funções do módulo |
24 | 24 | |
25 | 25 | # sintaxe default em subpasta de nltk_data |
26 | -DIR="data/cfg.syn.nltk" | |
26 | +DIR="cfg.syn.nltk" | |
27 | 27 | |
28 | 28 | # definição de etiquetador e arquitetura default |
29 | 29 | ETIQUETADOR=[] | ... | ... |