public class MultiLanguageModel extends Object implements LanguageModel
LanguageModel
s.GOOGLE_SENTENCE_END, GOOGLE_SENTENCE_START
Constructor and Description |
---|
MultiLanguageModel(List<LanguageModel> lms) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Probability |
getPseudoProbability(List<String> context)
This is not always guaranteed to be a real probability (0.0 to 1.0).
|
String |
toString() |
public MultiLanguageModel(List<LanguageModel> lms)
public Probability getPseudoProbability(List<String> context)
LanguageModel
getPseudoProbability
in interface LanguageModel
public void close()
close
in interface AutoCloseable
close
in interface LanguageModel