File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ for easy access to its API.
30302 . [ Usage of ixa-pipe-nerc] ( #cli-usage )
3131 + [ NERC tagging] ( #tagging )
3232 + [ Opinion Target Extraction (OTE)] ( #ote )
33- + [ Server mode] ( ## server )
33+ + [ Server mode] ( #server )
3434 + [ Training your own models] ( #training )
3535 + [ Evaluation] ( #evaluation )
36363 . [ API via Maven Dependency] ( #api )
@@ -220,12 +220,12 @@ cat file.txt | ixa-pipe-tok | ixa-pipe-pos | java -jar $PATH/target/ixa-pipe-ner
220220We can start the TCP server as follows:
221221
222222```` shell
223- java -jar target/ixa-pipe-nerc-1.5.3 .jar server -l en --port 2060 -m en-91-18-conll03.bin
223+ java -jar target/ixa-pipe-nerc-$version .jar server -l en --port 2060 -m en-91-18-conll03.bin
224224````
225225Once the server is running we can send NAF documents containing (at least) the term layer like this:
226226
227227```` shell
228- cat file.pos.naf | java -jar ../ixa-pipe-nerc/ target/ixa-pipe-nerc-1.5.3 .jar client -p 2060
228+ cat file.pos.naf | java -jar target/ixa-pipe-nerc-$version .jar client -p 2060
229229````
230230
231231### Training
You can’t perform that action at this time.
0 commit comments