| Package | Description |
|---|---|
| com.aliasi.chunk |
Classes for extracting meaningful chunks (spans) of text.
|
| Modifier and Type | Method and Description |
|---|---|
StringTagging |
TagChunkCodec.toStringTagging(Chunking chunking)
Return the string tagging that fully encodes the specified
chunking.
|
StringTagging |
BioTagChunkCodec.toStringTagging(Chunking chunking) |
StringTagging |
IoTagChunkCodec.toStringTagging(Chunking chunking) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectHandler<StringTagging> |
TagChunkCodecAdapters.chunkingToStringTagging(TagChunkCodec codec,
ObjectHandler<Chunking> handler)
Return the string tagging handler that converts string taggings
to chunkings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TagChunkCodec.isDecodable(StringTagging tagging)
Returns
true if the specified tagging may be decoded
as a chunking then encoded back to the original tagging accurately. |
Chunking |
TagChunkCodec.toChunking(StringTagging tagging)
Return the result of decoding the specified tagging into
a chunking.
|
Chunking |
BioTagChunkCodec.toChunking(StringTagging tagging) |
Chunking |
IoTagChunkCodec.toChunking(StringTagging tagging) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectHandler<Chunking> |
TagChunkCodecAdapters.stringTaggingToChunking(TagChunkCodec codec,
ObjectHandler<StringTagging> handler)
Return the chunking handler that converts chunkings to taggings
using the specified codec.
|
Copyright © 2016 Alias-i, Inc.. All rights reserved.