|
__init__(self,
lang,
settings={ } ,
user_id=' dfkitaraxu ' ,
host=' msv-3231.sb.dfki.de:8031 ' ,
wsdl_path=' /acrolinx/services/core-no-mtom?wsdl ' ,
protocol=' http ' ,
license_file=' license.dat ' )
In order to initialize a language-specific feature generator, the
language needs to be instantiatied as a class variable |
source code
|
|
|
_get_property(self,
response,
key)
Performs a search into the response of the server, and returns the
value of a SOAPproperty given its key |
source code
|
|
str
|
|
{str: str}
|
|
[SoapProperty, ...]
|
|
|
|
|
|
{str: str}
|
|
|
|
|
|
Inherited from languagefeaturegenerator.LanguageFeatureGenerator :
add_features_batch ,
add_features_batch_xml ,
add_features_dataset ,
get_features_simplesentence ,
get_features_src ,
get_features_tgt
Inherited from featuregenerator.FeatureGenerator :
add_features_parallelsentence ,
add_features_simplesentence ,
add_features_src ,
add_features_tgt ,
get_annotation_name ,
get_features_parallelsentence ,
process_dataset
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|