| Package | Description |
|---|---|
| de.l3s.icrawl.contentanalysis |
Analysis of crawled documents
|
| de.l3s.icrawl.domain.specification |
| Modifier and Type | Method and Description |
|---|---|
protected NamedEntity.Type |
Labeler.map(String annotationType) |
| Modifier and Type | Method and Description |
|---|---|
NamedEntity.Type |
NamedEntity.getType() |
static NamedEntity.Type |
NamedEntity.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamedEntity.Type[] |
NamedEntity.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NamedEntity(NamedEntity.Type type,
NamedEntity.Label... labels) |
NamedEntity(NamedEntity.Type type,
Set<NamedEntity.Label> labels) |
NamedEntity(NamedEntity.Type type,
String label) |
Copyright © 2017. All rights reserved.