Closed mshahriarinia closed 11 years ago
Could you share the code that you test with the Cached Faucet, Embedded Faucet and Pipeline? I think the unknown variable may not a problem because it seems that it doesn't affect how the system run. It may be because that the Stanford NLP pipeline outputs some information when parsing or coming across some specific words. All the possible unknown variable may be seen at this list, http://grepcode.com/file/repo1.maven.org/maven2/edu.stanford.nlp/stanford-corenlp/1.3.3/edu/stanford/nlp/models/dcoref/inanimate.unigrams.txt?av=f
I uploaded the latest files that I am working on in pull #41 but it doesn't really matter as you'd end up in this error by calling Stanford NLP on stream items. You can try either run-main edu.ufl.cise.TRECSSF2013
which calls CachedFaucet or call run-main edu.ufl.cise.EmbededFaucet
directly.
Stanford NLP prints out Unknown Variable: TWILIGHT or WEEKDAY or MILISECOND, etc. and we need to figure out the origins of this problem along with an immediate solution as basically version 1. Part of the related execution log is as follows: