|
__init__(self,
tableName,
attribIndex,
keyAttribute=' vocalized ' )
initialisation of dictionary from a data dictionary, create indexes
to speed up the access. |
source code
|
|
dict
|
|
mix.
|
|
list.
|
lookup(self,
normalized,
has_plural_suffix=False)
look up for all word forms in the dictionary @param normalized the
normalized word. |
source code
|
|
Boolean.
|
existsAsStamp(self,
word)
look up for word if exists by using the stamp index, the input word
is stamped by removing infixes letters like alef, teh the stamped
word is looked up in the stamp index @param word to look for. |
source code
|
|
list.
|
lookupByStamp(self,
word)
look up for word if exists by using the stamp index, the input word
is stamped by removing infixes letters like alef, teh the stamped
word is looked up in the stamp index @param word to look for. |
source code
|
|
|
|