| Package | Description |
|---|---|
| dragon.ir.index | |
| dragon.ir.index.sequence |
| Modifier and Type | Method and Description |
|---|---|
IRRelation |
IRRelation.copy() |
IRRelation |
OnlineIRRelationIndexList.get(int index) |
IRRelation |
IRRelationIndexList.get(int index)
Gets the IRRelation object specified by its index
|
IRRelation |
BasicIRRelationIndexList.get(int index) |
IRRelation |
IndexReader.getIRRelation(int index) |
IRRelation |
AbstractIndexReader.getIRRelation(int index) |
IRRelation |
IndexReader.getIRRelation(int relationIndex,
int docIndex)
If the given document does not contain the given relation, this method returns null.
|
IRRelation |
AbstractIndexReader.getIRRelation(int relationIndex,
int docIndex) |
protected IRRelation[] |
AbstractIndexWriteController.getIRRelationArray(ArrayList irRelationList,
IRDoc curDoc) |
IRRelation[] |
IndexReader.getRelationList(int docIndex) |
IRRelation[] |
AbstractIndexReader.getRelationList(int docIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OnlineIRRelationIndexList.add(IRRelation curRelation) |
boolean |
IRRelationIndexList.add(IRRelation curRelation)
Adds a relation to the list.
|
boolean |
BasicIRRelationIndexList.add(IRRelation curRelation) |
boolean |
IndexWriter.write(IRDoc curDoc,
IRTerm[] arrTerms,
IRRelation[] arrRelations)
All fields (doc key, doc index, term count, term number, relation count, and relation number) of the IRDoc object should be set.
|
boolean |
AbstractIndexWriter.write(IRDoc curDoc,
IRTerm[] arrTerms,
IRRelation[] arrRelations) |
| Modifier and Type | Method and Description |
|---|---|
IRRelation |
AbstractSequenceIndexReader.getIRRelation(int index) |
IRRelation |
AbstractSequenceIndexReader.getIRRelation(int relationIndex,
int docIndex) |
IRRelation[] |
AbstractSequenceIndexReader.getRelationList(int docIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractSequenceIndexWriter.write(IRDoc curDoc,
IRTerm[] arrTerms,
IRRelation[] arrRelations) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.