|
|
|
create_index_affix(self)
create index from the affix dictionary to accelerate the search in
the dictionary for verbs |
source code
|
|
|
generate_possible_conjug(self,
infinitive_verb,
unstemed_verb,
affix,
future_type=u' َ ' ,
externPrefix=' - ' ,
externSuffix=' - ' ) |
source code
|
|
|
getInfinitiveVerbByStem(self,
verb,
transitive) |
source code
|
|
True/False.
|
|
|
is_compatible_proaffix_tense(self,
procletic,
encletic,
tense,
pronoun) |
source code
|
|
|
set_debug(self,
debug)
Set the debug attribute to allow printing internal analysis results. |
source code
|
|
|
|
|
verify_affix(self,
word,
list_seg,
affix_list) |
source code
|
|
unicode.
|
vocalize(self,
verb,
proclitic,
enclitic)
Join the verb and its affixes, and get the vocalized form |
source code
|
|