Skip to content

Commit

Permalink
Ajustes nas regras léxicas e sintáticas
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquelcraash committed Apr 24, 2018
1 parent 93e85c9 commit 66427fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@


/* Pre-processor Config */
exports.EXCLUDE_RULES = ['PREP', 'CONJCOORD', 'CONJSUB', 'ADV', 'PPS', 'ART', 'PTRA', 'PREP+ART', 'PPOA', 'PPOA', 'PR'];
exports.TRASH_WORDS = ['d', 'q', 'p', 'jah', 'tbm', 'soh', 'msm', 'qm', 'vc'];
exports.EXCLUDE_RULES = ['PREP', 'CONJCOORD', 'CONJSUB', 'PPS', 'ART', 'PREP+ART', 'PPOA', 'PPOA', 'PR'];
exports.TRASH_WORDS = ['d', 'q', 'p', 'jah', 'tbm', 'soh', 'msm', 'qm'];
exports.TRASH_SYMBOLS = ['@', 'kk', 'hehe', 'shua', 'ahh', 'ahua', 'http', 'haha', '#', 'R$', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0'];

/* Classifier Config */
Expand Down
4 changes: 4 additions & 0 deletions res/PosTagger/pt_br-lexicon.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12561,6 +12561,10 @@
"PTRA",
"NP"
],
"vc": [
"PTRA",
"NP"
],
"auditor": [
"N"
],
Expand Down
2 changes: 1 addition & 1 deletion res/PosTagger/pt_br-ruleset.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -1117,4 +1117,4 @@ VLIG VAUX NEXT2TAG VBI
PPOA PAPASS SURROUNDTAG NP VTI
N VTD SURROUNDTAG NP N
VAUX VLIG SURROUNDTAG PIND ADJ
VTD VTI SURROUNDTAG PREP+ART PREP
VTD VTI SURROUNDTAG PREP+ART PREP

0 comments on commit 66427fb

Please sign in to comment.