| Package | Description |
|---|---|
| com.aliasi.corpus |
Classes for parsing and handling various corpora.
|
| com.aliasi.tag |
Classes and interfaces for sequence tagging, including evaluators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InputSourceParser<H extends Handler>
An
InputSourceParser is an abstract parser based
on an abstract method for parsing from an input source. |
class |
StringParser<H extends Handler>
A
StringParser is an abstract parser based on an
abstract method for parsing from a character slice. |
class |
XMLParser<H extends Handler>
An
XMLParser adapts a handler to be used to handle
text extracted from an XML source. |
| Modifier and Type | Method and Description |
|---|---|
Parser<H> |
DiskCorpus.parser()
Returns the data parser for this corpus.
|
| Constructor and Description |
|---|
DiskCorpus(Parser<H> parser,
File dir)
Construct a corpus from the specified parser and data
directory.
|
DiskCorpus(Parser<H> parser,
File trainDir,
File testDir)
Construct a corpus from the specified parser and training and
test directories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LineTaggingParser
Provides a means of generating a parser for taggings based on a
extracting zone boundaries and token/tag pairs from lines of data
using regular expressions.
|
Copyright © 2016 Alias-i, Inc.. All rights reserved.