|
__init__(self,
parser,
dictionaries,
preprocessor,
lexical_processor)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
_preanalyze(self,
text)
It applies pre-processing, segmentation, tokenization and PoS-taggins
steps to the string to be analysed. |
source code
|
|
|
|
|
|
|
|
|
negation_node(self,
dg,
node)
Returns:
A value in {neg,neg_sin} if word is 'no' or 'nunca', 'neg_sin' if
word is 'sin' returns and None otherwise |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|