Serialized Form


Package de.fu_berlin.ties

Class de.fu_berlin.ties.ContextMap extends HashMap<String,Object> implements Serializable

Class de.fu_berlin.ties.ParsingException extends ProcessingException implements Serializable

Class de.fu_berlin.ties.ProcessingException extends Exception implements Serializable


Package de.fu_berlin.ties.extract.amend

Class de.fu_berlin.ties.extract.amend.BeginEndReextractor.PositivePredictionsMap extends LinkedHashMap<Integer,LinkedHashMap<String,Prediction>> implements Serializable


Package de.fu_berlin.ties.io

Class de.fu_berlin.ties.io.FieldMap extends LinkedHashMap<String,Object> implements Serializable

Serialized Fields

section

int section
The number of the section this field map is in. Generally, a FieldContainers contains one or multiple sections which are numbered sequentially starting from 0. In case of the DSV format, sections are separated by empty lines.

Class de.fu_berlin.ties.io.ObjectElement extends DefaultElement implements Serializable


Package de.fu_berlin.ties.util

Class de.fu_berlin.ties.util.AdaptableLRUMap extends LRUMap implements Serializable

Serialized Fields

pruner

Pruner pruner
Used to decide which entries to prune.


removeCallback

RemoveCallback removeCallback
Used to decide which entries to prune.


candidateNumber

int candidateNumber
The number of candidates to consider for each pruning operation.


pruneNumber

int pruneNumber
The number of elements to remove by each pruning operation.



Copyright © 2003-2007 Christian Siefkes. All Rights Reserved.