| Package | Description |
|---|---|
| de.julielab.topicmodeling | |
| de.julielab.topicmodeling.services |
| Modifier and Type | Method and Description |
|---|---|
Model |
MalletTopicModelGenerator.generateTopicModel(String configFileName,
String docFilename,
String modelFilename) |
Model |
MalletTopicModelGenerator.generateTopicModelFromDatabase(String configFileName,
String modelFilename) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MalletTopicModelInformer.printTopicsPerDocumentToFile(File file,
Model model) |
void |
MalletTopicModelGenerator.printTopicsToFile(File file,
Model model) |
| Modifier and Type | Method and Description |
|---|---|
Model |
MalletTopicModeling.readMalletModel(File file) |
Model |
MalletTopicModeling.readModel(String filename) |
Model |
ITopicModeling.readModel(String filename) |
Model |
MalletTopicModeling.train(cc.mallet.types.InstanceList instances,
org.apache.commons.configuration2.XMLConfiguration xmlConfig) |
Model |
MalletTopicModeling.train(List<Document> docs,
org.apache.commons.configuration2.XMLConfiguration xmlConfig) |
Model |
ITopicModeling.train(List<Document> docs,
org.apache.commons.configuration2.XMLConfiguration xmlConfig) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
MalletTopicModeling.getVocabulary(Model model) |
Map<String,List<Topic>> |
MalletTopicModeling.inferLabel(Document doc,
Model model,
org.apache.commons.configuration2.XMLConfiguration xmlConfig)
The argument topicWords has to be passed here due to performance reasons; this object is
available in every model.malletModel by the method getTopWords()
|
Map<String,List<Topic>> |
ITopicModeling.inferLabel(Document docs,
Model model,
org.apache.commons.configuration2.XMLConfiguration xmlConfig) |
Map<String,List<Topic>> |
MalletTopicModeling.inferLabel(org.apache.uima.jcas.JCas cas,
Model model,
org.apache.commons.configuration2.XMLConfiguration xmlConfig)
The argument topicWords has to be passed here due to performance reasons; this object is
available in every model.malletModel by the method getTopWords()
|
void |
MalletTopicModeling.mapMalletIdToPubmedId(List<Document> docs,
Model model) |
void |
MalletTopicModeling.mapPubmedIdToMalletId(List<Document> docs,
Model model) |
void |
MalletTopicModeling.saveMalletModel(Model model,
File file) |
void |
MalletTopicModeling.saveModel(Model model,
String filename) |
void |
ITopicModeling.saveModel(Model model,
String filename) |
TMSearchResult |
MalletTopicModeling.search(Document query,
Model model,
org.apache.commons.configuration2.XMLConfiguration xmlConfig) |
TMSearchResult |
ITopicModeling.search(Document query,
Model model,
org.apache.commons.configuration2.XMLConfiguration xmlConfig) |
TMSearchResult |
MalletTopicModeling.searchIndexOnly(Document query,
Model model,
org.apache.commons.configuration2.XMLConfiguration xmlConfig) |
TMSearchResult |
MalletTopicModeling.searchModelOnly(Document query,
Model model,
org.apache.commons.configuration2.XMLConfiguration xmlConfig) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.