Interface EntityExtractor<T extends Spans>

    • Method Detail

      • extract

        T extract​(java.io.Reader theText)
           throws java.lang.Exception
        Do entity extraction
        Parameters:
        theText - the text to extract entities
        Returns:
        The extracted entities
        Throws:
        java.lang.Exception