Uses of Interface
edu.fiu.jtlex.data.IText

  • Uses of IText in edu.fiu.jtlex.data

    Classes in edu.fiu.jtlex.data that implement IText 
    Modifier and Type Class Description
    class  Text
    Default implementation of IText.
    Methods in edu.fiu.jtlex.data that return IText 
    Modifier and Type Method Description
    IText ITimeMLParser.parse​(java.io.InputStream timeML)
    The parse method which will take the input stream and break it up into the different variables held within.
    IText TimeMLParser.parse​(java.io.InputStream tmlFile)
    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.