|
__init__(self,
noun={ } ,
adj={ } ,
adv={ } ,
verb={ } ,
intd={ } ,
lemmas={ } ,
p_dict=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
_get_words(self,
name_of_dict,
coding=' utf-8 ' )
Returns:
A dictionary {word,semantic orientation value} |
source code
|
|
|
|
|
adapt(self,
dict_domain_info,
p,
n,
neg_pond=0,
threshold=0.5,
minimum_ocurrences=1) |
source code
|
|
|
|
|
|
|
get_psychometric_categories(self,
str_word) |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|