Uses of Package
gov.nist.nlpir.irf.feature

Packages that use gov.nist.nlpir.irf.feature
gov.nist.nlpir.irf.feature classes that model indexing features of various types 
gov.nist.nlpir.irf.index classes and interfaces that support indexes - dictionaries of indexing features by source document or document data element 
gov.nist.nlpir.irf.index.braf classes and interfaces that support indexes implemented using buffered random access files 
gov.nist.nlpir.irf.matcher classes responsible for comparing one set of indexing features with another (e.g., a document's with a query's) 
gov.nist.nlpir.irf.proxy classes that model what is common to all proxies and their management. 
gov.nist.nlpir.irf.result classes that model the result of a search as a hierarchy of nested results corresponding to the structure of the query 
 

Classes in gov.nist.nlpir.irf.feature used by gov.nist.nlpir.irf.feature
IdxFeatWordInString
          This particular IndexingFeature allows you to keep track of the positional information of a word within a String with the variable wordCount.
IndexingFeature
          Container for elements of an Indexing Feature (IF): the feature itself (e.g., a term in a text document), the source document that it was generated from and the field within the source from which it was extracted.
ProxyIdxFeatWordInString
          Proxy class for Indexing Features referring to a word in a string.
ProxyIndexingFeature
          Proxy class for Indexing Features.
 

Classes in gov.nist.nlpir.irf.feature used by gov.nist.nlpir.irf.index
ProxyIndexingFeature
          Proxy class for Indexing Features.
 

Classes in gov.nist.nlpir.irf.feature used by gov.nist.nlpir.irf.index.braf
ProxyIndexingFeature
          Proxy class for Indexing Features.
 

Classes in gov.nist.nlpir.irf.feature used by gov.nist.nlpir.irf.matcher
IndexingFeature
          Container for elements of an Indexing Feature (IF): the feature itself (e.g., a term in a text document), the source document that it was generated from and the field within the source from which it was extracted.
 

Classes in gov.nist.nlpir.irf.feature used by gov.nist.nlpir.irf.proxy
ProxyIndexingFeature
          Proxy class for Indexing Features.
 

Classes in gov.nist.nlpir.irf.feature used by gov.nist.nlpir.irf.result
ProxyIndexingFeature
          Proxy class for Indexing Features.