public interface ITopicModeling
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Topic>> |
inferLabel(Document docs,
Model model,
org.apache.commons.configuration2.XMLConfiguration xmlConfig) |
List<Document> |
readDocuments(File file,
org.apache.commons.configuration2.XMLConfiguration xmlConfig) |
Model |
readModel(String filename) |
void |
saveModel(Model model,
String filename) |
TMSearchResult |
search(Document query,
Model model,
org.apache.commons.configuration2.XMLConfiguration xmlConfig) |
Model |
train(List<Document> docs,
org.apache.commons.configuration2.XMLConfiguration xmlConfig) |
Model train(List<Document> docs, org.apache.commons.configuration2.XMLConfiguration xmlConfig)
List<Document> readDocuments(File file, org.apache.commons.configuration2.XMLConfiguration xmlConfig)
TMSearchResult search(Document query, Model model, org.apache.commons.configuration2.XMLConfiguration xmlConfig)
Map<String,List<Topic>> inferLabel(Document docs, Model model, org.apache.commons.configuration2.XMLConfiguration xmlConfig)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.