| Interface | Description |
|---|---|
| Article |
Interface of Article which is the unit of collections
|
| ArticleParser |
Interface of Article Parser
|
| ArticleQuery |
An interface for online document retrieval
|
| CollectionPreparer |
Interface of Collection Preparer
|
| CollectionReader |
Interface of Collection Reader which read out articles from a collection one by one
|
| CollectionWriter |
Interface of Collection Writer
|
| Class | Description |
|---|---|
| AbstractQuery |
Abstract class for querying articles from a data source
|
| ArrayCollectionReader |
Collection reader for reading multiple collection
|
| BasicArticle |
Basic article implements basic functions related with article operations
|
| BasicArticleIndex |
Basic class of handling article index information
|
| BasicArticleKey |
Data structure for article key
|
| BasicArticleParser |
Basic Parser for parsing and assembling a given article
|
| BasicCollectionPreparer |
Basic collection preparer which writes article to disk in "collection" format which can be later processed by BasicIndexer and so on
|
| BasicCollectionReader |
Basic collection reader (supporting class for indexing)
|
| BasicCollectionWriter |
Writing collection to disk
|
| SimpleArticleParser |
Simple article parser which simply treats the content of a file as the body of an article
|
| SimpleCollectionReader |
A light collection reader
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.