Renato Negrinho

Results 3 issues of Renato Negrinho

It seems that, regardless of the number I specify, the tagger always goes to the first column for data.

./ark-tweet-nlp-0.3.2/runTagger.sh --input-format conll data/test.txt Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1 at cmu.arktweetnlp.io.CoNLLReader.sentenceFromLines(CoNLLReader.java:55) at cmu.arktweetnlp.io.CoNLLReader.readFile(CoNLLReader.java:32) at cmu.arktweetnlp.RunTagger.runTaggerInEvalMode(RunTagger.java:161) at cmu.arktweetnlp.RunTagger.runTagger(RunTagger.java:87) at cmu.arktweetnlp.RunTagger.main(RunTagger.java:364) The file test.txt was: This is a test ! Adding...

This script does not work with the 3.0.1 version, but does with the 2.0.4 version.