Uses of Class
opennlp.tools.namefind.NameSample

Packages that use NameSample
opennlp.tools.cmdline.namefind   
opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format. 
opennlp.tools.formats.ad   
opennlp.tools.namefind Package related to finding proper names and numeric amounts. 
 

Uses of NameSample in opennlp.tools.cmdline.namefind
 

Methods in opennlp.tools.cmdline.namefind that return types with arguments of type NameSample
protected  ObjectStreamFactory<NameSample> TokenNameFinderConverterTool.createStreamFactory(String format)
           
 

Methods in opennlp.tools.cmdline.namefind with parameters of type NameSample
protected  Span[] TokenNameFinderDetailedFMeasureListener.asSpanArray(NameSample sample)
           
 void NameEvaluationErrorListener.missclassified(NameSample reference, NameSample prediction)
           
 

Uses of NameSample in opennlp.tools.formats
 

Methods in opennlp.tools.formats that return NameSample
 NameSample Conll02NameSampleStream.read()
           
 NameSample Conll03NameSampleStream.read()
           
 NameSample BioNLP2004NameSampleStream.read()
           
 

Methods in opennlp.tools.formats that return types with arguments of type NameSample
 ObjectStream<NameSample> NameSampleStreamFactory.create(String[] args)
           
 ObjectStream<NameSample> Conll03NameSampleStreamFactory.create(String[] args)
           
 ObjectStream<NameSample> BioNLP2004NameSampleStreamFactory.create(String[] args)
           
 ObjectStream<NameSample> Conll02NameSampleStreamFactory.create(String[] args)
           
 

Methods in opennlp.tools.formats with parameters of type NameSample
protected  String[] NameToSentenceSampleStream.toSentence(NameSample sample)
           
 

Constructor parameters in opennlp.tools.formats with type arguments of type NameSample
NameToSentenceSampleStream(Detokenizer detokenizer, ObjectStream<NameSample> samples, int chunkSize)
           
NameToTokenSampleStream(Detokenizer detokenizer, ObjectStream<NameSample> samples)
           
 

Uses of NameSample in opennlp.tools.formats.ad
 

Methods in opennlp.tools.formats.ad that return NameSample
 NameSample ADNameSampleStream.read()
           
 

Methods in opennlp.tools.formats.ad that return types with arguments of type NameSample
 ObjectStream<NameSample> ADNameSampleStreamFactory.create(String[] args)
           
 

Uses of NameSample in opennlp.tools.namefind
 

Methods in opennlp.tools.namefind that return NameSample
static NameSample NameSample.parse(String taggedTokens, boolean isClearAdaptiveData)
           
protected  NameSample TokenNameFinderEvaluator.processSample(NameSample reference)
          Evaluates the given reference NameSample object.
 NameSample NameSampleDataStream.read()
           
 

Methods in opennlp.tools.namefind with parameters of type NameSample
protected  Iterator<opennlp.model.Event> NameFinderEventStream.createEvents(NameSample sample)
           
protected  NameSample TokenNameFinderEvaluator.processSample(NameSample reference)
          Evaluates the given reference NameSample object.
 

Method parameters in opennlp.tools.namefind with type arguments of type NameSample
 void TokenNameFinderCrossValidator.evaluate(ObjectStream<NameSample> samples, int nFolds)
          Starts the evaluation.
static TokenNameFinderModel NameFinderME.train(String languageCode, String type, ObjectStream<NameSample> samples, AdaptiveFeatureGenerator generator, Map<String,Object> resources, int iterations, int cutoff)
          Trains a name finder model.
static TokenNameFinderModel NameFinderME.train(String languageCode, String type, ObjectStream<NameSample> samples, byte[] generatorDescriptor, Map<String,Object> resources, int iterations, int cutoff)
          Deprecated. use NameFinderME.train(String, String, ObjectStream, TrainingParameters, byte[], Map) instead and pass in a TrainingParameters object.
static TokenNameFinderModel NameFinderME.train(String languageCode, String type, ObjectStream<NameSample> samples, Map<String,Object> resources)
           
static TokenNameFinderModel NameFinderME.train(String languageCode, String type, ObjectStream<NameSample> samples, Map<String,Object> resources, int iterations, int cutoff)
          Deprecated. use NameFinderME.train(String, String, ObjectStream, TrainingParameters, AdaptiveFeatureGenerator, Map) instead and pass in a TrainingParameters object.
static TokenNameFinderModel NameFinderME.train(String languageCode, String type, ObjectStream<NameSample> samples, TrainingParameters trainParams, AdaptiveFeatureGenerator generator, Map<String,Object> resources)
          Trains a name finder model.
static TokenNameFinderModel NameFinderME.train(String languageCode, String type, ObjectStream<NameSample> samples, TrainingParameters trainParams, byte[] featureGeneratorBytes, Map<String,Object> resources)
          Trains a name finder model.
 

Constructor parameters in opennlp.tools.namefind with type arguments of type NameSample
NameFinderEventStream(ObjectStream<NameSample> dataStream)
           
NameFinderEventStream(ObjectStream<NameSample> dataStream, String type, NameContextGenerator contextGenerator)
          Creates a new name finder event stream using the specified data stream and context generator.
NameSampleSequenceStream(ObjectStream<NameSample> psi)
           
NameSampleSequenceStream(ObjectStream<NameSample> psi, AdaptiveFeatureGenerator featureGen)
           
NameSampleSequenceStream(ObjectStream<NameSample> psi, NameContextGenerator pcg)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.