We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09469d9 commit c63776aCopy full SHA for c63776a
xmlanntools.ini
@@ -46,6 +46,9 @@ attributes = n synword lemma upos xpos feats head deprel deps _
46
attributes = sforma lemma sublemma tag verbtag afun parent eparent prep p_tag p_lemma p_afun ep_tag ep_lemma ep_afun
47
48
[cnk2020]
49
+attributes = sforma lemma sublemma tag verbtag
50
+
51
+[cnk2020-nametag]
52
tagger_cmd = /cnk/common/tools/taggers/cs/cs-server-client/src/client.py -H trnka -p 8002 --eol-is-eos {INFILE} 2>/dev/null| /cnk/common/tools/xmlanntools/tag_nametag -va -u http://trnka:8001/recognize -m cs >{OUTFILE} 2>/dev/null
53
ne_column = True
54
attributes = sforma lemma sublemma tag verbtag
0 commit comments