Index
A B C D E F G H I L M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
P
- parse(InputStream) - Method in interface edu.fiu.jtlex.data.ITimeMLParser
-
The parse method which will take the input stream and break it up into the different variables held within.
- parse(InputStream) - Method in class edu.fiu.jtlex.data.TimeMLParser
-
A method for parsing a TimeML File and returning the found set of events/timex's/signals/instances/links and returns them as a text object.
- parseEvent(String) - Method in interface edu.fiu.jtlex.data.ITimeMLParser
-
A parser method which takes the string input representing an Event and parses it to get the different variables from the string.
- parseEvent(String) - Method in class edu.fiu.jtlex.data.TimeMLParser
-
A method for parsing events from a string.
- parseInstance(String) - Method in interface edu.fiu.jtlex.data.ITimeMLParser
-
A parser method which takes the string input representing an Instance and parses it to get the Instance object.
- parseInstance(String) - Method in class edu.fiu.jtlex.data.TimeMLParser
-
A method for parsing an instance from a string.
- parseLink(String, String) - Method in interface edu.fiu.jtlex.data.ITimeMLParser
-
A parser method which takes the string input representing a Link and parses it to get the different variables from the string.
- parseLink(String, String) - Method in class edu.fiu.jtlex.data.TimeMLParser
-
A method for parsing a link from a string.
- parseSignal(String) - Method in interface edu.fiu.jtlex.data.ITimeMLParser
-
A parser method which takes the string input representing a Signal and parses it to get the Signal object.
- parseSignal(String) - Method in class edu.fiu.jtlex.data.TimeMLParser
-
A method for parsing a signal from a string.
- parseTimex(String) - Method in interface edu.fiu.jtlex.data.ITimeMLParser
-
A parser method which takes the string input representing a Timex and parses it to get the different variables from the string.
- parseTimex(String) - Method in class edu.fiu.jtlex.data.TimeMLParser
-
A method for parsing a timex from a string.
- Partitioner - Class in edu.fiu.jtlex.data
-
Class used to partition an input TimeML temporal graph into main subgraph and subordinating subgraphs.
- Partitioner() - Constructor for class edu.fiu.jtlex.data.Partitioner
- partitionGraph(IGraph) - Method in interface edu.fiu.jtlex.data.IPartitioner
-
Returns a list of partitioned subgraphs.
- partitionGraph(IGraph) - Method in class edu.fiu.jtlex.data.Partitioner
-
Returns a list of partitioned subgraphs.
- partitionLinks() - Method in interface edu.fiu.jtlex.data.IPartitioner
-
This method returns the set of partition links (solo subordination timelinks).
- partitionLinks() - Method in class edu.fiu.jtlex.data.Partitioner
-
This method returns the set of partition links (solo subordination timelinks).
- PAST - edu.fiu.jtlex.data.IInstance.Tense
-
Past tense.
- PASTPART - edu.fiu.jtlex.data.IInstance.Tense
-
Past Participle: For example, Steel plates found at the scene are being examined by experts.
- PERCEPTION - edu.fiu.jtlex.data.IEvent.EventClass
-
Events involving the physical perception of another event.
- PERFECTIVE - edu.fiu.jtlex.data.IInstance.Aspect
-
Describes an action viewed as a simple whole
- PERFECTIVE_PROGRESSIVE - edu.fiu.jtlex.data.IInstance.Aspect
-
Combination of
PROGRESSIVEandPERFECTIVE. - POS - edu.fiu.jtlex.data.IInstance.Polarity
-
Not negated.
- PREPOSITION - edu.fiu.jtlex.data.IInstance.Pos
-
Preposition
- PRESENT - edu.fiu.jtlex.data.IInstance.Tense
-
Present tense.
- PRESPART - edu.fiu.jtlex.data.IInstance.Tense
-
Present Participle: For example, King Hussein arrived in Washington yesterday seeking to gain support for a new initiative.
- PROGRESSIVE - edu.fiu.jtlex.data.IInstance.Aspect
-
Expresses an ongoing action.
- PUBLICATION_TIME - edu.fiu.jtlex.data.ITimex.FunctionInDocument
-
The time the story is published.
All Classes All Packages