Uses of Package
anl.aida.reader

Packages that use anl.aida.reader
anl.aida.ae.lucene   
anl.aida.reader   
anl.aida.reader.local   
anl.wordnet.reader   
 

Classes in anl.aida.reader used by anl.aida.ae.lucene
ReaderResult
          The result of parsing a document with a reader.
ReaderResultProcessor
          Processes a ReaderResult is someone implementor specific way.
 

Classes in anl.aida.reader used by anl.aida.reader
AbstractAIDAComponentReader
          Abstract implementation of AIDAComponentReader that processes a ReaderResult into a CAS by iterating over a "standard" index and retreiving the results.
AIDAComponentReader
          Interface for classes that are components in a MIFSCompositeReader.
AllAfricaHTMLReader.Processor
           
ContentComponentReader
          Abstract class that will builds an AIDAComponentReader around a ContentReader implementation.
ContentReader
          Interface for classes that read / parse content from a url and return a ReaderResult.
DocumentProcessor
          Interface for classes that can process lines of text, such as those extracted from an html page.
GuardianIndexMaker
           
LineParser
          Interface for classes that can parse a line of text.
NYTEntry
          An article entry as represent by the JSON returned from the NYT article search API.This class is automatically instantiated and filled using Gson -- the JSON to java converter.
NYTimesHTMLReader.NYTPrintLinkBean
           
NYTimesHTMLReader.NYTStringBean
          Looks for the article body tag and places start and end tags in the output to mark the start and end of the text.
ParsedAuthors
          Encapsulates author info as returned by a document reader.
ParsedDate
          Encapsulates a Date metadata retrieved from a corpus document.
PMXMLReader
          Date: Jan 20, 2009 3:43:32 PM
PMXMLReader.Author
           
PMXMLReader.DateRep
           
PreTextExtractor
           
PreTextExtractor.DocProc
           
PreTextExtractor.PreBean
           
ProMedPreProcessor
          Preprocesses promed mail alerts, dividing them up if more than one "document" is in the mail text.
ProMedPreProcessor.Streamer
           
ProMedTxtReader
          Reads Pro Med email txt for Date, Title content etc.
ReaderResult
          The result of parsing a document with a reader.
ReaderResult.Error
           
ReaderResultBuilder
           
ReaderResultProcessor
          Processes a ReaderResult is someone implementor specific way.
StringExtractor
          Extracts lines of text and links from a URL and passes them to a DocumentProcessor.
 

Classes in anl.aida.reader used by anl.aida.reader.local
AbstractAIDAComponentReader
          Abstract implementation of AIDAComponentReader that processes a ReaderResult into a CAS by iterating over a "standard" index and retreiving the results.
AIDAComponentReader
          Interface for classes that are components in a MIFSCompositeReader.
ContentReader
          Interface for classes that read / parse content from a url and return a ReaderResult.
DocumentProcessor
          Interface for classes that can process lines of text, such as those extracted from an html page.
GuardianIndexMaker
           
ReaderResult
          The result of parsing a document with a reader.
StringExtractor
          Extracts lines of text and links from a URL and passes them to a DocumentProcessor.
 

Classes in anl.aida.reader used by anl.wordnet.reader
DocumentProcessor
          Interface for classes that can process lines of text, such as those extracted from an html page.