Uses of Class
anl.aida.core.MIFSDocument

Packages that use MIFSDocument
anl.aida   
anl.aida.core   
 

Uses of MIFSDocument in anl.aida
 

Methods in anl.aida with parameters of type MIFSDocument
 void TermsTest.TestTermCallback.apply(int docIndex, MIFSDocument doc, int freq, float score)
           
 void TermsTest.TestDocCallback.newDocument(int docIndex, MIFSDocument document)
           
 

Uses of MIFSDocument in anl.aida.core
 

Fields in anl.aida.core declared as MIFSDocument
(package private)  MIFSDocument STCBuilder.DocScores.doc
           
 

Methods in anl.aida.core that return MIFSDocument
 MIFSDocument STCBuilder.STCollection.getDocument(int index)
          Gets the document at the specified index.
 MIFSDocument ScoredTermsCollection.getDocument(int index)
          Gets the document at the specified index.
 MIFSDocument STCBuilder.DSArrayIter.next()
           
 MIFSDocument DocumentIterable.Iter.next()
           
 

Methods in anl.aida.core that return types with arguments of type MIFSDocument
 java.lang.Iterable<MIFSDocument> STCBuilder.STCollection.documents()
          Gets an iterable over all the documents in this collection.
 java.lang.Iterable<MIFSDocument> ScoredTermsCollection.documents()
          Gets an iterable over all the documents in this collection.
 java.util.Iterator<MIFSDocument> STCBuilder.DSArrayIter.iterator()
           
 java.util.Iterator<MIFSDocument> STCBuilder.STCollection.iterator()
          Returns an iterator over a set of elements of type T.
 java.util.Iterator<MIFSDocument> DocumentIterable.iterator()
          Returns an iterator over a set of elements of type T.
 

Methods in anl.aida.core with parameters of type MIFSDocument
 void STCWriter.apply(int docIndex, MIFSDocument doc, int frequency, float score)
          Notifies the implementor of a document score for the term specified in the last call to newTerm.
 void ScoredTermCallback.apply(int docIndex, MIFSDocument doc, int frequency, float score)
          Notifies the implementor of a document score for the term specified in the last call to newTerm.
 void ScoredDocumentCallback.newDocument(int docIndex, MIFSDocument document)
          Called when a new document is about to be processed.