A C D E G H I P R S W 

A

AceReader - Class in de.julielab.jcore.reader.ace
 
AceReader() - Constructor for class de.julielab.jcore.reader.ace.AceReader
 
addDocumentInformation(Node, Document, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to put the document information of the XML file into the proper object of the AceTypeSystem.
addEntityInformation(Node, Entity, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to put the entities from the XML file into proper objects of the AceTypeSystem
addEventInformation(Node, Event, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to put the event information from the XML file into proper objects of the AceTypeSystem
addRelationInformation(Node, Relation, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to put the relation information from the XML file into proper objects of the AceTypeSystem
addSourceFileInformation(Document, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to put the source file information of the XML file into the proper object of the AceTypeSystem.
addTimex2Information(Node, Timex2, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to put the timex2 information from the XML file into proper objects of the AceTypeSystem
addValueInformation(Node, Value, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to put the value information from the XML file into proper objects of the AceTypeSystem

C

close() - Method in class de.julielab.jcore.reader.ace.AceReader
 

D

de.julielab.jcore.reader.ace - package de.julielab.jcore.reader.ace
 

E

ELEMENT_ANCHOR - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content anchor
ELEMENT_BODY - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content BODY
ELEMENT_CHARSEQ - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content charseq
ELEMENT_DOCUMENT - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content document
ELEMENT_ENTITY - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content entity
ELEMENT_ENTITY_ATTRIBUTES - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content entity_attributes
ELEMENT_ENTITY_MENTION - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content entity_mention
ELEMENT_EVENT - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content event
ELEMENT_EVENT_ARGUMENT - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content event_argument
ELEMENT_EVENT_MENTION - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content event_mention
ELEMENT_EVENT_MENTION_ARGUMENT - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content event_mention_argument
ELEMENT_EXTENT - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content extent
ELEMENT_HEAD - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content head
ELEMENT_LDC_SCOPE - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content ldc_scope
ELEMENT_NAME - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content name
ELEMENT_RELATION - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content relation
ELEMENT_RELATION_ARGUMENT - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content relation_argument
ELEMENT_RELATION_MENTION - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content relation_mention
ELEMENT_RELATION_MENTION_ARGUMENT - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content relation_mention_argument
ELEMENT_SOURCE_FILE - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content source_file
ELEMENT_TEXT - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content TEXT
ELEMENT_TIMEX2 - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content timex2
ELEMENT_TIMEX2_MENTION - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content timex2_mention
ELEMENT_VALUE - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content value
ELEMENT_VALUE_MENTION - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML element of content value_mention

G

generateJulesTypes(JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
 
getDocumentFSArray(Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to build an FSArray which will contain instances of ace.Documents
getEntityAttributesFSArray(Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to build an FSArray which will contain entity attributes
getEntityFSArray(Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to build the FSArray which will contain aceEntities
getEntityMentionFSArray(Node, Entity, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to get an FSArray of entityMentions of a specific XML node
getEventArgumentFSArray(Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to get an FSArray of eventArguments of a specific XML node
getEventFSArray(Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to build the FSArray which will contain aceEvents
getEventMentionArgumentFSArray(Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to get an FSArray of eventMentionArguments of a specific XML node
getEventMentionFSArray(Node, Event, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to get an FSArray of eventMentions of a specific XML node
getHeadInformation(Head, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to get the information about the head of an entity mention
getNext(CAS) - Method in class de.julielab.jcore.reader.ace.AceReader
 
getProgress() - Method in class de.julielab.jcore.reader.ace.AceReader
 
getRelationArgumentFSArray(Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to get an FSArray of RelationArguments of a specific XML node
getRelationFSArray(Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to build the FSArray which will contain aceValues
getRelationMentionArgumentFSArray(Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to get an FSArray of RelationMentionArguments of a specific XML node
getRelationMentionFSArray(Node, Relation, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to get an FSArray of RelationMentions of a specific XML node
getSgmFileName(String) - Method in class de.julielab.jcore.reader.ace.AceReader
This method turns a file name with the apf.xml extension into a file name with the sgm extension
getSpecificNodeArrayList(NodeList, String) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to retrieve from a NodeList the nodes with a specific name.
getTimex2FSArray(Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to build the FSArray which will contain aceValues
getTimex2MentionFSArray(Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to get an FSArray of timex2Mentions of a specific XML node
getValueFSArray(Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to build the FSArray which will contain aceValues
getValueMentionFSArray(Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to get an FSArray of valueMentions of a specific XML node

H

hasNext() - Method in class de.julielab.jcore.reader.ace.AceReader
 

I

initialize() - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to initialize attributes which are needed for the processing of the XML files
ITEM_ANCHOR_DIR - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content ANCHOR_DIR
ITEM_ANCHOR_VAL - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content ANCHOR_VAL
ITEM_AUTHOR - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content AUTHOR
ITEM_CLASS - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content CLASS
ITEM_COMMENT - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content COMMENT
ITEM_DOCID - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content DOCID
ITEM_ENCODING - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content ENCODING
ITEM_END - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content END
ITEM_GENERICITY - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content GENERICITY
ITEM_ID - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content ID
ITEM_LDCATR - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content LDCATR
ITEM_LDCTYPE - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content LDCTYPE
ITEM_LEVEL - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content LEVEL
ITEM_LEXICALCONDITION - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content LEXICALCONDITION
ITEM_METONYMY_MENTION - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content METONYMY_MENTION
ITEM_MOD - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content MOD
ITEM_MODALITY - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content MODALITY
ITEM_NON_SPECIFIC - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content NON_SPECIFIC
ITEM_POLARITY - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content POLARITY
ITEM_REFID - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content REFID
ITEM_ROLE - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content ROLE
ITEM_SET - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content SET
ITEM_SOURCE - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content SOURCE
ITEM_START - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content START
ITEM_SUBTYPE - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content SUBTYPE
ITEM_TENSE - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content TENSE
ITEM_TYPE - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content TYPE
ITEM_URI - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content URI
ITEM_VAL - Static variable in class de.julielab.jcore.reader.ace.AceReader
XML item of content VAL

P

PARAM_INPUTDIR - Static variable in class de.julielab.jcore.reader.ace.AceReader
Name of configuration parameter that must be set to the path of a directory containing input files.

R

retrieveAttribute(Node, String) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to retrieve a certain attribute value from an XML node
retrieveStartEndValue(Node, String) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to retrieve the value of either the start attribute or the end attribute of an XML node.

S

setDocumentText(JCas, Document) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the document text to the cas
setEntityAttributes(Entity, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for an aceEntity
setEntityAttributesInformation(EntityAttribute, Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes information of a particular instance of entityAttributes
setEntityMentionAttributes(EntityMention, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for an entityMention
setEntityMentionHead(EntityMention, Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to update the entity mention information by adding the entity mention head
setEntityMentionStartEnd(EntityMention, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to retrieve the start and the of an entity mention from an XML node
setEventArgumentAttributes(EventArgument, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for an eventArgument
setEventAttributes(Event, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for an aceRelation
setEventMentionAnchor(EventMention, Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the anchor for an eventMention
setEventMentionAnchorStartEnd(Anchor, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to retrieve the start and the end of a value from an XML node and to set it to proper attributes of an ace type
setEventMentionArgumentAttributes(EventMentionArgument, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for an eventMentionArgument
setEventMentionArgumentStartEnd(EventMentionArgument, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to retrieve the start and the end of a value from an XML node and to set it to proper attributes of an ace type
setEventMentionAttributes(EventMention, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for an eventMention
setEventMentionLDCScope(EventMention, Node, JCas) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the LDC scope for an eventMention
setEventMentionLDCScopeStartEnd(LDC_Scope, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to retrieve the start and the end of a value from an XML node and to set it to proper attributes of an ace type
setEventMentiuonStartEnd(EventMention, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to retrieve the start and the end of a value from an XML node and to set it to proper attributes of an ace type
setJulesNameName(Name, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to safely set the name attribute for the jules.types.Name.
setJulesNameStartEnd(Name, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to retrieve the start and the end of a value from an XML node and to set it to proper attributes of an ace type
setRelationArgumentAttributes(RelationArgument, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for a relationArgument
setRelationAttributes(Relation, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for an aceRelation
setRelationMentionArgumentAttributes(RelationMentionArgument, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for a relationMentionArgument
setRelationMentionArgumentStartEnd(RelationMentionArgument, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to retrieve the start and the end of a value from an XML node and to set it to proper attributes of an ace type
setRelationMentionAttributes(RelationMention, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for a relationMention
setRelationMentionStartEnd(RelationMention, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to retrieve the start and the end of a value from an XML node and to set it to proper attributes of an ace type
setSourceFileAttributes(SourceFile, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for a sourceFile
setTimex2Attributes(Timex2, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for an aceTimex2
setTimex2MentionAttributes(Timex2Mention, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
 
setTimex2MentionStartEnd(Timex2Mention, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to retrieve the start and the end of a value from an XML node and to set it to proper attributes of an ace type
setValueAttributes(Value, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for an aceValue
setValueMentionAttributes(ValueMention, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to set the attributes for a valueMention
setValueMentionStartEnd(ValueMention, Node) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used to retrieve the start and the end of a value from an XML node and to set it to proper attributes of an ace type

W

writeFailureFile(String) - Method in class de.julielab.jcore.reader.ace.AceReader
This method is used for debugging purposes only
A C D E G H I P R S W 

Copyright © 2015 JULIE Lab Jena, Germany. All rights reserved.