Uses of Class
idl.tmt.representation.TermList

Packages that use TermList
idl.tmt.representation   
idl.tmt.representation.transformations   
idl.tmt.tasks   
idl.tmt.testing   
idl.tmt.util   
 

Uses of TermList in idl.tmt.representation
 

Fields in idl.tmt.representation declared as TermList
private  TermList BagOfWordsRepresentationBuilder.termList
           
(package private)  TermList IndexedCollection.termList
           
 

Methods in idl.tmt.representation that return TermList
 TermList BagOfWordsRepresentationBuilder.getTermList()
           
static TermList TermList.readTermList(java.lang.String prefix)
           
 TermList IndexedCollection.getTermList()
           
 TermList RepresentationBuilder.getTermList()
           
 

Methods in idl.tmt.representation with parameters of type TermList
 void BagOfWordsRepresentationBuilder.setTermList(TermList termList)
           
 void IndexedCollection.setTermList(TermList t)
           
 

Constructors in idl.tmt.representation with parameters of type TermList
BodyTextRepresentationBuilder(int numDocs, TermList termList)
           
BodyTextRepresentationBuilder(boolean binarize, TermList termList)
           
TermList.MakeNewMapsFunction(java.util.HashMap newIdToTerm, java.util.HashMap newTermToID)
           
LinkTextRepresentationBuilder(int numDocs, TermList termList, boolean binarize)
          Creates a LinkTextRepresentationBuilder with the specified term list.
LinkTextRepresentationBuilder(boolean binarize, TermList termList)
           
TitleTextRepresentationBuilder(int numDocs, TermList termList)
          Creates a new TitleTextRepresentationBuilder with the specified term list.
TitleTextRepresentationBuilder(TermList termList)
           
TitleTextRepresentationBuilder(boolean binarize, TermList termList)
           
IndexedCollection(TermList terms, DocumentIDMapper docIDMapper, URLMapper ul, TmtMatrix mat)
           
MetaTextRepresentationBuilder(int numDocs, TermList termList, Filter filter)
           
MetaTextRepresentationBuilder(boolean binarize, TermList termList, Filter filter)
          Creates a new MetaTextRepresentationBuilder with the specified term list & filter.
H1TextRepresentationBuilder(int numDocs, TermList termList)
          Creates a new H1TextRepresentationBuilder with the specified term list.
H1TextRepresentationBuilder(TermList termList)
           
H1TextRepresentationBuilder(boolean binarize, TermList termList)
           
 

Uses of TermList in idl.tmt.representation.transformations
 

Methods in idl.tmt.representation.transformations with parameters of type TermList
private  TmtMatrix TermOccurrenceFilter.filterTerms(double minOccurrences, TmtMatrix matrix, TermList termList)
           
 

Uses of TermList in idl.tmt.tasks
 

Fields in idl.tmt.tasks declared as TermList
private  TermList IndexingTask.sharedTermList
           
 

Uses of TermList in idl.tmt.testing
 

Methods in idl.tmt.testing with parameters of type TermList
private static TmtMatrix StandAloneIndexer.filterTerms(double minOccurrences, TmtMatrix matrix, TermList termList)
           
private static TmtMatrix StandAloneCompleteIndexer.filterTerms(double minOccurrences, TmtMatrix matrix, TermList termList)
           
private static TmtMatrix ClusterTest.filterTerms(double minOccurrences, TmtMatrix matrix, TermList termList)
           
 

Uses of TermList in idl.tmt.util
 

Methods in idl.tmt.util with parameters of type TermList
static TmtMatrix MatrixUtils.filterTerms(double minOccurrences, TmtMatrix matrix, TermList termList)