termite-data-server icon indicating copy to clipboard operation
termite-data-server copied to clipboard

Data Server for Topic Models

Results 15 termite-data-server issues
Sort by recently updated
recently updated
newest added

upgrade to py3 and update web2py to newer version

In case someone is interested in running this, as of this day I was able to run the earlier version of this project available here by the same author back...

I'm trying to install the termite-data-server on OSX 10.11.6. ``` ./demo.py infovis -------------------------------------------------------------------------------- Build a topic model (mallet) using a demo dataset (infovis) database = data/demo/infovis/corpus corpus = data/demo/infovis/corpus model...

I have some problem on making the model with my data. While I finish the Preparations I use my data and the subname is .txt, but my data is chinese...

Hi, If anyone still maintaining this project, I could install the data server using 'make' command. But when I tried to install the first demo by using 'make demo' I...

Extracting [data/demo/20newsgroups/corpus/corpus.txt] --> [apps/temp_20150923_103211_829014_0709/data/sentences.txt] Exception in thread "main" java.lang.UnsupportedClassVersionError: corenlp_helpers/SentenceSplitter : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:800) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355)...

while I use ./demo.py, and show this error: Importing a file into MALLET: [data/demo/lda_x40_v2/corpus/corpus.txt] --> [data/demo/lda_x40_v2/model-mallet/corpus.mallet] Traceback (most recent call last): File "bin/train_mallet.py", line 42, in main() File "bin/train_mallet.py", line...

Hi, I am trying to run demo.py infovis gensim, and I am getting an error when creating the infovis_gensim app (error output below). I have seen in a previous issue...

Hi, show_topics function from gensim has changed and it now gets unexpected keywords: TypeError: show_topics() got an unexpected keyword argument 'topn' You can see the show_topics function: https://github.com/piskvorky/gensim/blob/develop/gensim/models/ldamodel.py#L685 Thks, Joan

I ran the command specified in the subject and I get the following error: `IOError: [Errno 2] No such file or directory: 'apps/temp_20150404_191841_724859_8621/data/sentences.txt'` I'm trying to figure out how to...