| Modifier and Type | Method and Description |
|---|---|
CollectionReader |
CollectionReaderConfig.getCollectionReader(ConfigureNode node,
int extractorID) |
CollectionReader |
CollectionReaderConfig.getCollectionReader(int collectionID) |
protected CollectionReader |
CollectionReaderConfig.loadCollectionReader(String collectionName,
ConfigureNode collectionNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryAppConfig.generateQuery(QueryGenerator queryGenerator,
CollectionReader topicReader,
String queryFile) |
void |
IndexAppConfig.indexCollection(Indexer indexer,
CollectionReader[] arrCollectionReader,
boolean useMeta) |
void |
PhraseExtractAppConfig.phraseExtract(String indexFolder,
int maxSpan,
CollectionReader[] crs,
Lemmatiser lemmatiser,
Tagger tagger,
String wordDelimitor,
double strength,
double peakZScore,
double spread,
double expandRatio,
int maxPhraseLength,
String phraseFile,
String vobFile) |
| Modifier and Type | Field and Description |
|---|---|
protected CollectionReader |
AbstractIndexReader.collectionReader |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OnlineIndexReader.index(Indexer indexer,
CollectionReader collectionReader) |
void |
OnlineIndexReader.setCollectionReader(CollectionReader collectionReader) |
| Constructor and Description |
|---|
AbstractIndexReader(boolean relationSupported,
CollectionReader collectionReader) |
BasicIndexReader(String directory,
boolean relationSupported,
CollectionReader collectionReader) |
OnlineIndexReader(OnlineIndexer indexer,
CollectionReader collectionReader) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OnlineSentenceIndexReader.index(Indexer indexer,
CollectionReader collectionReader) |
void |
OnlineSentenceIndexReader.setCollectionReader(CollectionReader collectionReader) |
| Constructor and Description |
|---|
OnlineSentenceIndexReader(OnlineSentenceIndexer indexer,
CollectionReader collectionReader) |
| Modifier and Type | Field and Description |
|---|---|
protected CollectionReader |
AbstractSequenceIndexReader.collectionReader |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OnlineSequenceIndexReader.index(Indexer indexer,
CollectionReader collectionReader) |
void |
OnlineSequenceIndexReader.setCollectionReader(CollectionReader collectionReader) |
| Constructor and Description |
|---|
BasicSequenceIndexReader(String directory,
CollectionReader collectionReader) |
OnlineSequenceIndexReader(ConceptExtractor ce,
CollectionReader collectionReader) |
OnlineSequenceIndexReader(OnlineSequenceIndexer indexer,
CollectionReader collectionReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
HALSpace.add(CollectionReader collectionReader) |
| Modifier and Type | Field and Description |
|---|---|
protected CollectionReader |
LexRankSummarizer.collectionReader |
| Modifier and Type | Method and Description |
|---|---|
String |
LexRankSummarizer.summarize(CollectionReader collectionReader,
int maxLength) |
String |
GenericMultiDocSummarizer.summarize(CollectionReader collectionReader,
int maxLength) |
String |
ClusterLexRankSummarizer.summarize(CollectionReader collectionReader,
int maxLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
WordPairIndexer.index(CollectionReader collectionReader) |
void |
EngWordPairIndexer.index(CollectionReader collectionReader) |
void |
SimpleXtract.index(CollectionReader[] cr,
Tagger tagger,
Lemmatiser lemmatiser) |
void |
SimpleXtract.index(CollectionReader[] cr,
Tagger tagger,
Lemmatiser lemmatiser,
String wordDelimitor) |
void |
SimpleXtract.index(CollectionReader[] cr,
WordPairIndexer indexer) |
void |
SimpleXtract.index(CollectionReader cr,
Tagger tagger,
Lemmatiser lemmatiser) |
void |
SimpleXtract.index(CollectionReader cr,
Tagger tagger,
Lemmatiser lemmatiser,
String wordDelimitor) |
void |
SimpleXtract.index(CollectionReader cr,
WordPairIndexer indexer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArticleQuery
An interface for online document retrieval
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQuery
Abstract class for querying articles from a data source
|
class |
ArrayCollectionReader
Collection reader for reading multiple collection
|
class |
BasicCollectionReader
Basic collection reader (supporting class for indexing)
|
class |
SimpleCollectionReader
A light collection reader
|
| Modifier and Type | Class and Description |
|---|---|
class |
AmazonCatalogQuery
Amazon catalog query
|
class |
AmazonReviewQuery
Amazon reveiw query
|
| Modifier and Type | Class and Description |
|---|---|
class |
CiteULikeTagQuery
CiteULike Tag Query
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubMedQuery
PubMed article query
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchEngine
Abstract Search Engine Query
|
class |
GoogleEngine
Google Search Engine
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopicReader
Abstract class for TREC topic reading
|
class |
EarlyTrecTopicReader
TREC topic reader earlier than 2004
|
class |
Genomics2004TopicReader
Genomics 2005 topic reader
|
class |
Genomics2005TopicReader
Genomics 2005 topic reader
|
class |
TrecCollectionReader
TREC collection reader
|
class |
TrecFileReader
TREC data file reader
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.