Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Cclink |
|
||
Cconstituency_extractor |
|
||
Ccoreference |
|
||
Cdependency |
|
||
Cdependency_extractor |
|
||
list |
|
||
Centity |
|
||
Centity |
|
||
Cfactvalue |
|
||
string |
|
||
CHeader |
|
||
string |
|
||
Cmarkable |
|
||
Cmarkable |
|
||
Copinion |
|
||
Cpredicate |
|
||
Cproperty |
|
||
string |
|
||
Cterm |
|
||
Cterm |
|
||
Ctime |
|
||
Ctlink |
|
||
Cwf |
|
||
Cwf |
|
||
Ctree |
|
||
Ctree |
|
||
string |
|
||
list |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
The constructor for the parser
|
Adds a clink to the causalRelations layer
|
Adds a constituency tree to the constituency layer
|
Adds an coreference to the coreference layer
|
Adds a dependency to the dependency layer
|
Adds an entity to the entity layer
|
Adds an external reference to the given entity identifier in the entity layer
|
Adds an external reference to the given role identifier in the SRL layer
|
Adds an external reference to the given term identifier
|
Adds a factvalue to the factuality layer
|
Adds a linguistic processor to the header
|
Adds a markable to the markable layer
|
Adds an opinion to the opinion layer
|
Adds a predicate to the semantic layer
|
Adds a predAnch to the temporalRelations layer
|
Adds a property to the property layer
|
Adds a term to the term layer
|
Adds a timex entry to the time layer
|
Adds a tlink to the temporalRelations layer
|
Adds a token to the text layer
|
Dumps the object to an output filename (or open file descriptor). The filename parameter is optional, and if it is not provided, the standard output will be used
|
Iterator that returns the clinks from the causalRelations layer. Use it as: for my_clink in my_obj.get_clinks():
|
Returns a constituency extractor object
|
Iterator that returns the corefs from the coreferences layer.
|
Iterator that returns the dependencies from the dependency layer. Use it as: for my_dep in my_obj.get_dependencies():
|
Returns a dependency extractor object
|
Returns the tokens ids that are the span of the term specified
|
Returns a list of all the entities in the object
|
Returns an entity object for the specified entity_id
|
Iterator that returns the factvalues from the factuality layer. Use it as: for my_fact in my_obj.get_factvalues():
|
Returns the name of the filename
|
Returns the header object
|
Returns the code language of the file
|
Returns a markable object for the specified markable_id
|
Iterator that returns all the markables from the markable layer
|
Returns a list of all the opinions in the object
|
Returns a list of all the predicates in the object
|
Returns all the properties of the features layer (iterator)
|
Returns the raw text as a string
|
Returns a term object for the specified term_id
|
Iterator that returns all the terms from the term layer
|
Returns a list of all the timeexpressions in the text
|
Iterator that returns the tlinks from the temporalRelations layer. Use it as: for my_tlink in my_obj.get_tlinks():
|
Returns a token object for the specified token_id
|
Iterator that returns all the tokens from the text layer
|
Iterator that returns the constituency trees
|
Iterator that returns the constituency trees
|
Returns the type (NAF/KAF) of the object
|
Maps a list of token ids to the corresponding term ids
|
Removes the list of terms specified
|
Removes the opinion with the provided opinion identifier
|
Removes the tokens belonging to the supplied sentence
|
Sets the header of the object
|
Sets the language to the KAF root element
|
Sets the text of the raw element (or creates the layer if does not exist)
|
Sets the language to the KAF root element
|
Converts a NAF object to KAF (in memory). You will have to use the method dump later to save it as a new KAF file |
Converts a KAF object to NAF (in memory). You will have to use the method dump later to save it as a new NAF file |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Feb 10 15:24:26 2016 | http://epydoc.sourceforge.net |