| Package | Description |
|---|---|
| com.aliasi.chunk |
Classes for extracting meaningful chunks (spans) of text.
|
| com.aliasi.cluster |
Classes for clustering data and evaluation.
|
| com.aliasi.dict |
Classes for handling dictionaries.
|
| com.aliasi.tag |
Classes and interfaces for sequence tagging, including evaluators.
|
| com.aliasi.test.unit.util | |
| com.aliasi.util |
Classes for general Java utilities.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Chunk
The
Chunk interface specifies a slice of a character
sequence, a chunk type and a chunk score. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkAndCharSeq
The
ChunkAndCharSeq is an immutable composite of a
chunk and a character sequence. |
| Modifier and Type | Class and Description |
|---|---|
class |
Dendrogram<E>
A
Dendrogram represents the result of a weighted
hierarchical clustering of a set of objects. |
class |
LeafDendrogram<E>
A
LeafDendrogram represents a dendrogram consisting
of a single object with link cost of 0.0. |
class |
LinkDendrogram<E>
A
LinkDendrogram consists of a pair of sub-dendrograms
which are joined at a specified cost. |
| Modifier and Type | Class and Description |
|---|---|
class |
DictionaryEntry<C>
A
DictionaryEntry provides a phrase as a string, an
object-based category for the phrase, and a double-valued score. |
| Modifier and Type | Class and Description |
|---|---|
class |
ScoredTagging<E>
A
ScoredTagging<E> represents a tagging of
type E along with a real-valued score. |
| Modifier and Type | Method and Description |
|---|---|
Scored[] |
MinMaxHeapTest.sample(int size) |
| Modifier and Type | Class and Description |
|---|---|
class |
MinMaxHeap<E extends Scored>
A
MinMaxHeap provides a heap-like data structure that
provides fast access to both the minimum and maximum elements of
the heap. |
| Modifier and Type | Class and Description |
|---|---|
class |
ScoredObject<E>
A
ScoredObject provides an implementation of the
Scored interface with an attached object. |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Scored> |
ScoredObject.comparator()
Returns a comparator that sorts in ascending order of score.
|
static <E extends Scored> |
ScoredObject.reverseComparator()
Returns a comparator that sorts in descending order of score.
|
Copyright © 2016 Alias-i, Inc.. All rights reserved.