| Package | Description |
|---|---|
| dragon.config | |
| dragon.onlinedb | |
| dragon.onlinedb.citeulike | |
| dragon.onlinedb.dm | |
| dragon.onlinedb.isi | |
| dragon.onlinedb.trec |
| Modifier and Type | Method and Description |
|---|---|
protected ArticleParser |
CollectionReaderConfig.getArticleParser(String className) |
| Modifier and Type | Method and Description |
|---|---|
void |
SummarizationEvaAppConfig.evaluate(GenericMultiDocSummarizer summarizer,
ArticleParser parser,
String testDataFolder,
String modelSummaryFolder,
String outputFolder,
int maxLength) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicArticleParser
Basic Parser for parsing and assembling a given article
|
class |
SimpleArticleParser
Simple article parser which simply treats the content of a file as the body of an article
|
| Modifier and Type | Field and Description |
|---|---|
protected ArticleParser |
BasicCollectionWriter.parser |
protected ArticleParser |
BasicCollectionReader.parser |
protected ArticleParser |
AbstractQuery.parser |
| Modifier and Type | Method and Description |
|---|---|
ArticleParser |
SimpleCollectionReader.getArticleParser() |
ArticleParser |
CollectionWriter.getArticleParser()
Gets the article parser of the collection writer
|
ArticleParser |
CollectionReader.getArticleParser()
Gets the article parser of the collection reader
|
ArticleParser |
BasicCollectionWriter.getArticleParser() |
ArticleParser |
BasicCollectionReader.getArticleParser() |
ArticleParser |
ArrayCollectionReader.getArticleParser() |
ArticleParser |
AbstractQuery.getArticleParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleCollectionReader.setArticleParser(ArticleParser parser) |
void |
CollectionWriter.setArticleParser(ArticleParser parser)
Sets the article parser for the collection writer
|
void |
CollectionReader.setArticleParser(ArticleParser parser)
Sets the article parse for the collection reader
|
void |
BasicCollectionWriter.setArticleParser(ArticleParser parser) |
void |
BasicCollectionReader.setArticleParser(ArticleParser parser) |
void |
ArrayCollectionReader.setArticleParser(ArticleParser parser) |
void |
AbstractQuery.setArticleParser(ArticleParser parser) |
| Constructor and Description |
|---|
BasicCollectionReader(String collectionFile,
String indexFile,
ArticleParser parser) |
SimpleCollectionReader(ArticleParser parser) |
SimpleCollectionReader(String folder,
ArticleParser parser) |
| Modifier and Type | Class and Description |
|---|---|
class |
CiteULikeArticleParser
CiteULike Article Parser
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReutersArticleParser
Reuters article parser
|
| Modifier and Type | Class and Description |
|---|---|
class |
ISIArticleParser
Journal of ISI article parser
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoarseSgmArticleParser
A coarse parser for sgm-styled news articles
|
class |
DUC2004HTArticleParser
DUC 2004 HT article parser
|
class |
DUC2004MTArticleParser
DUC 2004 MT article parser
|
class |
LATimesArticleParser
LA Times article parser
|
class |
MedArticleParser
TREC medical article parser
|
class |
SgmArticleParser
sgm-styled news article parser
|
| Modifier and Type | Method and Description |
|---|---|
ArticleParser |
TrecFileReader.getArticleParser() |
ArticleParser |
TrecCollectionReader.getArticleParser() |
ArticleParser |
AbstractTopicReader.getArticleParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrecFileReader.setArticleParser(ArticleParser parser) |
void |
TrecCollectionReader.setArticleParser(ArticleParser parser) |
void |
AbstractTopicReader.setArticleParser(ArticleParser parser) |
| Constructor and Description |
|---|
TrecCollectionReader(ArticleParser parser) |
TrecCollectionReader(String collectionPath,
ArticleParser parser) |
TrecCollectionReader(String collectionPath,
String indexFile,
ArticleParser parser) |
TrecFileReader(ArticleParser parser) |
TrecFileReader(File colFile,
ArticleParser parser) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.