Uses of Class
de.fu_berlin.ties.filter.EmbeddingElements

Packages that use EmbeddingElements
de.fu_berlin.ties.extract This package handles information extraction and entitiy recognition. 
de.fu_berlin.ties.filter This packages provides generic filtering functionality and an implementation for sentence filtering. 
 

Uses of EmbeddingElements in de.fu_berlin.ties.extract
 

Methods in de.fu_berlin.ties.extract with parameters of type EmbeddingElements
protected  FMetricsView ExtractorBase.evaluateSentenceFiltering(EmbeddingElements embeddingElements)
          Evaluates precision and recall for sentence filtering on the last processed document.
 

Uses of EmbeddingElements in de.fu_berlin.ties.filter
 

Methods in de.fu_berlin.ties.filter with parameters of type EmbeddingElements
static FMetricsView FilterEvaluator.evaluate(EmbeddingElements embeddingElements, FilteringTokenWalker filteringWalker)
          Evaluates precision, recall, and F1 measure of the last walk performed by a filtering token woken.
static FMetricsView FilterEvaluator.evaluate(EmbeddingElements embeddingElements, Set acceptedElements, Set rejectedElements)
          Evaluates precision, recall, and F1 measure of an element filter by comparing the accepted and rejected elements of the filter with the correct set of embeddingElements.
 



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