GateNLP / gateplugin-LearningFramework

A plugin for the GATE language technology framework for training and using machine learning models. Currently supports Mallet (MaxEnt, NaiveBayes, CRF and others), LibSVM, Scikit-Learn, Weka, and DNNs through Pytorch and Keras.
https://gatenlp.github.io/gateplugin-LearningFramework/
GNU Lesser General Public License v2.1
26 stars 6 forks source link

Write more information to the LDA model directory #79

Open johann-petrak opened 6 years ago

johann-petrak commented 6 years ago

Currently only the details file is written, should add at least a file with the topic words and maybe also a file with topics per document distribution (could be derived from the details data). Check how much memory/time is needed to create the details data and make optional, if necessary.