| Package | Description |
|---|---|
| de.julielab.topicmodeling.businessobjects | |
| de.julielab.topicmodeling.services |
| Modifier and Type | Field and Description |
|---|---|
HashMap<String,List<Topic>> |
Model.index |
| Modifier and Type | Method and Description |
|---|---|
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()
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.