| Package | Description |
|---|---|
| dragon.config | |
| dragon.ir.index | |
| dragon.ir.index.sentence | |
| dragon.ir.index.sequence | |
| dragon.ir.search.smooth |
| Modifier and Type | Method and Description |
|---|---|
IRCollection |
IndexReaderConfig.getIRCollectionStat(ConfigureNode node,
int collectionID) |
IRCollection |
IndexReaderConfig.getIRCollectionStat(int collectionID) |
| Modifier and Type | Field and Description |
|---|---|
protected IRCollection |
AbstractIndexWriter.collection |
protected IRCollection |
AbstractIndexReader.collection |
| Modifier and Type | Method and Description |
|---|---|
IRCollection |
IndexReader.getCollection() |
IRCollection |
AbstractIndexReader.getCollection() |
IRCollection |
OnlineIndexer.getIRCollection() |
IRCollection |
OnlineIndexWriter.getIRCollection() |
IRCollection |
OnlineIndexWriteController.getIRCollection() |
| Modifier and Type | Method and Description |
|---|---|
IRCollection |
OnlineSentenceIndexer.getIRCollection() |
| Modifier and Type | Field and Description |
|---|---|
protected IRCollection |
AbstractSequenceIndexWriter.collection |
protected IRCollection |
AbstractSequenceIndexReader.collection |
| Modifier and Type | Method and Description |
|---|---|
IRCollection |
AbstractSequenceIndexReader.getCollection() |
IRCollection |
OnlineSequenceIndexer.getIRCollection() |
IRCollection |
OnlineSequenceIndexWriter.getIRCollection() |
| Constructor and Description |
|---|
AbsoluteDiscountSmoother(IRCollection collection,
double absoluteDiscount) |
DirichletSmoother(IRCollection collection,
double dirichletCoeffi) |
JMSmoother(IRCollection collection,
double bkgCoefficient) |
OkapiSmoother(IRCollection collection) |
OkapiSmoother(IRCollection collection,
double bm25k1,
double bm25b) |
PivotedNormSmoother(IRCollection collection) |
PivotedNormSmoother(IRCollection collection,
double s) |
TFIDFSmoother(IRCollection collection) |
TFIDFSmoother(IRCollection collection,
double bm25k1,
double bm25b) |
TwoStageSmoother(IRCollection collection,
double bkgCoefficient,
double dirichletCoefficient) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.