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.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)
           
 

Uses of NameSample in opennlp.tools.formats
 

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

Methods in opennlp.tools.formats that return types with arguments of type NameSample
 ObjectStream<NameSample> NameSampleStreamFactory.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.namefind
 

Methods in opennlp.tools.namefind that return NameSample
static NameSample NameSample.parse(String taggedTokens, boolean isClearAdaptiveData)
           
 NameSample NameSampleDataStream.read()
           
 

Methods in opennlp.tools.namefind with parameters of type NameSample
 void TokenNameFinderEvaluator.evaluateSample(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)
           
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, Map<String,Object> resources)
           
static TokenNameFinderModel NameFinderME.train(String languageCode, String type, ObjectStream<NameSample> samples, Map<String,Object> resources, int iterations, int cutoff)
           
 

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.
 



Copyright © 2010. All Rights Reserved.