Jason Chuang
Jason Chuang
Good question, @andrenatal! Could we possibly insert the language into the preference panel? Assuming there is a plan to create a preference panel? Since we're not deploying the extension widely...
The file corpus.txt should have been automatically extracted from corpus.db when you download the dataset. Run the following command to generate the file: `bin/export_corpus.py data/demo/20newsgroups/corpus data/demo/20newsgroups/corpus/corpus.txt` You might want to...
There must be other issues that cause these files to be missing. Regenerating these files doesn't fix the root problem. Could you remove the data/demo/infovis and apps/infovis_mallet folders, and run...
Sounds like the included JAR files weren't executed. Termite relies on SentenceSplitter.jar to separate each document into individual sentences. Try running `make` in folder `utils/corenlp` and recompiling the JARs. Rerun...