Package | Description |
---|---|
it.cnr.isti.hpc.dexter.document | |
it.cnr.isti.hpc.dexter.entity | |
it.cnr.isti.hpc.dexter.spot |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Field> |
MultifieldDocument.fields |
Modifier and Type | Method and Description |
---|---|
Field |
MultifieldDocument.getField(String name)
Returns the field with the given name if exists in this document, or
null.
|
abstract Field |
Document.getField(String name)
Returns the field with the given name if exists in this document, or
null.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Field> |
MultifieldDocument.getFields()
Returns an iterator over the fields being part of this document.
|
abstract Iterator<Field> |
Document.getFields()
Returns an iterator over the fields being part of this document.
|
Modifier and Type | Method and Description |
---|---|
void |
MultifieldDocument.addField(Field field)
Adds a field to a document.
|
void |
FlatDocument.addField(Field field) |
abstract void |
Document.addField(Field field)
Adds a field to a document.
|
Constructor and Description |
---|
EntityRanker(Field field) |
Modifier and Type | Field and Description |
---|---|
protected Field |
SpotMatch.field |
Constructor and Description |
---|
ArticleContextExtractor(Field field) |
ContextExtractor(Field field) |
SpotMatch(Spot s,
Field field) |
Copyright © 2013. All rights reserved.