|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldContainer | |
---|---|
de.fu_berlin.ties.classify | This package provides functionality for classification of texts and feature vectors. |
de.fu_berlin.ties.eval | This packages provides functionality for evaluating results of classifiers and extractors. |
de.fu_berlin.ties.extract | This package handles information extraction and entity recognition. |
de.fu_berlin.ties.io | This package provides classes for input/output handling and for (de)serialization. |
de.fu_berlin.ties.xml.convert | This package contains code for converting XML to/from other formats and for transforming XML documents. |
Uses of FieldContainer in de.fu_berlin.ties.classify |
---|
Methods in de.fu_berlin.ties.classify that return FieldContainer | |
---|---|
FieldContainer |
ClassTrain.classifyAndTrain(FieldContainer filesToClassify,
File directory,
String baseName,
String charset)
Classifies a list of files, training the classifier on each error if the true class is known. |
Methods in de.fu_berlin.ties.classify with parameters of type FieldContainer | |
---|---|
FieldContainer |
ClassTrain.classifyAndTrain(FieldContainer filesToClassify,
File directory,
String baseName,
String charset)
Classifies a list of files, training the classifier on each error if the true class is known. |
Uses of FieldContainer in de.fu_berlin.ties.eval |
---|
Methods in de.fu_berlin.ties.eval that return FieldContainer | |
---|---|
FieldContainer[] |
AverageLength.calculateAverageLengths()
Calculates the average length (in visible characters and tokens) for all extractions of all types and all evaluation statuses processed do far. |
Methods in de.fu_berlin.ties.eval that return types with arguments of type FieldContainer | |
---|---|
Map<String,FieldContainer> |
AverageLength.metricsByLength()
Returns the usual metrics F-measure, precision and
recall, calculated separately for all extractions of the same type (as
usual) and token length. |
Methods in de.fu_berlin.ties.eval with parameters of type FieldContainer | |
---|---|
void |
MultiFMetrics.restoreEntries(FieldContainer fContainer)
Restores items stored in a field container and adds them to this instance. |
void |
MultiFMetrics.storeEntries(FieldContainer fContainer)
Adds all relevant Storable items in this object to a field
container for serialization. |
void |
ValueSummary.storeEntries(FieldContainer fContainer)
Writes all relevant information to a field container for serialization. |
void |
MultiFMetrics.storeEntries(FieldContainer fContainer,
String typeName)
Serialization variant that allows specifying a specific name for the type field. |
Uses of FieldContainer in de.fu_berlin.ties.extract |
---|
Methods in de.fu_berlin.ties.extract with parameters of type FieldContainer | |
---|---|
void |
ExtractionContainer.restoreEntries(FieldContainer fContainer)
Restores extractions stored in a field container and adds them to this instance. |
void |
ExtractionContainer.storeEntries(FieldContainer fContainer)
Adds all extractions stored in this instance to a field container for serialization. |
Constructors in de.fu_berlin.ties.extract with parameters of type FieldContainer | |
---|---|
ExtractionContainer(TargetStructure targetStruct,
FieldContainer fContainer)
Creates a new instance from a field container, delegating to ExtractionContainer.restoreEntries(FieldContainer) . |
Uses of FieldContainer in de.fu_berlin.ties.io |
---|
Subclasses of FieldContainer in de.fu_berlin.ties.io | |
---|---|
class |
DelimSepValues
A field container that stores and processed its contents as values separated by a pipe character: '|' (a different delimiter string can be specified by changing the "dsv.field.separator" property). |
Methods in de.fu_berlin.ties.io that return FieldContainer | |
---|---|
static FieldContainer |
FieldContainer.createFieldContainer(TiesConfiguration config)
Factory method that creates a field container in DelimSepValues
format. |
Methods in de.fu_berlin.ties.io with parameters of type FieldContainer | |
---|---|
void |
Externalize.externalize(FieldContainer container,
File directory,
String localName,
String charset)
Externalizes the contents of a field container. |
void |
Externalize.externalize(FieldContainer container,
File directory,
String localName,
String charset,
String key)
Externalizes the contents of a field container. |
void |
RestorableContainer.restoreEntries(FieldContainer fContainer)
Restores items stored in a field container and adds them to this instance. |
void |
StorableContainer.storeEntries(FieldContainer fContainer)
Adds all relevant Storable items in this object to a field
container for serialization. |
Uses of FieldContainer in de.fu_berlin.ties.xml.convert |
---|
Methods in de.fu_berlin.ties.xml.convert with parameters of type FieldContainer | |
---|---|
Document |
DSVtoXMLConverter.convert(FieldContainer data)
Converts a field container into XML. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |