We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ grep NIL *.conllu | head macmorpho-v1-dev-keep-pcp.conllu:15 CBPROP _ NIL _ _ 0 _ _ _ macmorpho-v1-dev-keep-pcp.conllu:26 T _ NIL _ _ 0 _ _ _ macmorpho-v1-dev-keep-pcp.conllu:14 UR _ NIL _ _ 0 _ _ _ macmorpho-v1-dev-keep-pcp.conllu:15 TPROP _ NIL _ _ 0 _ _ _ macmorpho-v1-dev-keep-pcp.conllu:10 UR _ NIL _ _ 0 _ _ _ macmorpho-v1-dev-keep-pcp.conllu:37 UR _ NIL _ _ 0 _ _ _ macmorpho-v1-dev-keep-pcp.conllu:17 UR _ NIL _ _ 0 _ _ _ macmorpho-v1-dev-keep-pcp.conllu:21 UR _ NIL _ _ 0 _ _ _ macmorpho-v1-dev-keep-pcp.conllu:7 UR _ NIL _ _ 0 _ _ _ macmorpho-v1-dev-keep-pcp.conllu:53 NILTOPROP _ NIL _ _ 0 _ _ _
O primeiro caso, alguma regra erroneamente juntou POS tag com wordform:
Foi_V o_PROSUB que_PRO-KS-REL pediu_V a_PREP o_ART presidente_N eleito_PCP ,, ainda_ADV ontem_ADV ,, segundo_PREP a_ART CBN_NPROP ._.
transformando CBN_NPROP em CBPROP.
CBN_NPROP
CBPROP
The text was updated successfully, but these errors were encountered:
No branches or pull requests
O primeiro caso, alguma regra erroneamente juntou POS tag com wordform:
transformando
CBN_NPROP
emCBPROP
.The text was updated successfully, but these errors were encountered: