Class RuleBaseLinguistics
java.lang.Object
com.yahoo.prelude.semantics.engine.RuleBaseLinguistics
Linguistics for a rule base
- Author:
- bratseth
-
Constructor Summary
ConstructorDescriptionRuleBaseLinguistics
(com.yahoo.language.Linguistics linguistics) Creates a rule base with default settingsRuleBaseLinguistics
(com.yahoo.language.process.StemMode stemMode, com.yahoo.language.Language language, com.yahoo.language.Linguistics linguistics) -
Method Summary
Modifier and TypeMethodDescriptioncom.yahoo.language.Linguistics
Processes this term according to the linguistics of this rule basewithLanguage
(com.yahoo.language.Language language) withStemMode
(com.yahoo.language.process.StemMode stemMode)
-
Constructor Details
-
RuleBaseLinguistics
public RuleBaseLinguistics(com.yahoo.language.Linguistics linguistics) Creates a rule base with default settings -
RuleBaseLinguistics
public RuleBaseLinguistics(com.yahoo.language.process.StemMode stemMode, com.yahoo.language.Language language, com.yahoo.language.Linguistics linguistics)
-
-
Method Details
-
withStemMode
-
withLanguage
-
linguistics
public com.yahoo.language.Linguistics linguistics() -
process
Processes this term according to the linguistics of this rule base
-