The following analyzer options are available for Hebrew.
Table 10. Hebrew Options
Option |
Description |
Type
(Default)
|
guessHebrewPrefixes
|
Splits prefixes off unknown Hebrew words |
Boolean
(false)
|
includeHebrewRoots
|
Indicates whether to generate Semitic root forms |
Boolean
(false)
|
Enum Classes:
AnalyzerOption
BaseLinguisticsOption
Hebrew Disambiguator Types
RBL includes multiple disambiguators for Hebrew. Set the value for the option disambiguatorType
to select which type to use. The valid values for DisambiguatorType
are:
PERCEPTRON
: a perceptron model
DICTIONARY
: a dictionary-based reranker
-
DNN
: a deep neural network.
TensorFlow, which is not supported on all systems, much be installed. If DNN
is selected and TensorFlow is not supported, RBL will throw a RosetteRuntimeException
.
Table 11. Hebrew Disambiguation Options
Option |
Description |
Type
(Default)
|
Supported Languages |
disambiguatorType
|
Selects which disambiguator to use for Hebrew. |
DisambiguatorType
(PERCEPTRON )
|
Hebrew |
Enum Classes:
AnalyzerOption
BaseLinguisticsOption