| Package | Description |
|---|---|
| edu.mit.jwi.data |
Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataType<T>
A concrete implementation of the
IDataType interface. |
| Modifier and Type | Method and Description |
|---|---|
IDataType<T> |
ContentType.getDataType() |
IDataType<T> |
IContentType.getDataType()
Returns the assigned resource type of this object.
|
| Modifier and Type | Method and Description |
|---|---|
static File |
DataType.find(IDataType<?> type,
POS pos,
Collection<? extends File> files)
Finds the first file that satisfies the naming constraints of both
the data type and part of speech.
|
<T> IContentType<T> |
IDataProvider.resolveContentType(IDataType<T> dt,
POS pos)
Returns the first content type, if any, that matches the specified data
type and pos object.
|
<T> IContentType<T> |
FileProvider.resolveContentType(IDataType<T> dt,
POS pos) |
| Constructor and Description |
|---|
ContentType(IDataType<T> type,
POS pos,
ILineComparator comparator)
Constructs a new ContentType
|
ContentType(IDataType<T> type,
POS pos,
ILineComparator comparator,
Charset charset)
Constructs a new ContentType
|
Copyright © 2018. All rights reserved.