|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeIntern | |
| 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 |
| Uses of DeIntern in gov.nist.nlpir.irf.index |
| Methods in gov.nist.nlpir.irf.index that return DeIntern | |
DeIntern |
IdxIntern.getFeature(DataElem aDE)
Gets the feature for a DataElement. |
DeIntern |
IdxIntern.getFeature(DeIntern aDeI)
Gets the feature for a DeIntern. |
| Methods in gov.nist.nlpir.irf.index with parameters of type DeIntern | |
int |
IdxIntern.getNrOfUniqueSources(DeIntern aFeature)
Gets the number of unique sources for a feature. |
int |
IdxIntern.getNrOfUniqueSources0(DeIntern aFeature)
Gets the number of unique sources for a feature. |
int |
IdxIntern.getNrOfSources(DeIntern aFeature)
Gets the number of sources for a feature. |
DeIntern |
IdxIntern.getFeature(DeIntern aDeI)
Gets the feature for a DeIntern. |
ProxyFeatureList |
IdxIntern.getIFsWithFeature(DeIntern aFeature)
Gets the indexing features with this feature. |
java.util.Vector |
IdxIntern.getIFsWithFeature(DeIntern aFeature,
java.lang.String docType,
java.lang.String attributeName)
Gets the indexing features with this feature and the correct docType and attributeName. |
java.util.Hashtable |
IdxIntern.getSources(DeIntern aFeature)
Gets the Indexing Features containing all of the sources which have the supplied feature. |
void |
IdfIdxIntern.calcFeatureScore(DeIntern aDEI)
Calculates the score of the given feature/DeIntern and sets it in the DeIntern (key to the sources-by-value table). |
| Uses of DeIntern in gov.nist.nlpir.irf.index.braf |
| Methods in gov.nist.nlpir.irf.index.braf that return DeIntern | |
static DeIntern |
DeIntern.readFrom(BufferedRandomAccessFile in)
The symmetric method of writeTo(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||