Uses of Class
opennlp.tools.namefind.NameSample
-
Packages that use NameSample Package Description opennlp.tools.cmdline.namefind opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format.opennlp.tools.formats.ad Experimental package related to theArvores Deitadas corpusformat.opennlp.tools.formats.brat Experimental package related to the corpus format used by the "brat rapid annotation tool" (brat).opennlp.tools.formats.convert opennlp.tools.formats.masc Experimental package related to theMASCcorpus format.opennlp.tools.formats.muc Experimental package related to theMUCcorpus format.opennlp.tools.formats.ontonotes Experimental package related to the OntoNotes 4.0 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 NameSample Modifier and Type Method Description NameSampleNameSampleCountersStream. read()Methods in opennlp.tools.cmdline.namefind with parameters of type NameSample Modifier and Type Method Description protected Span[]TokenNameFinderDetailedFMeasureListener. asSpanArray(NameSample sample)voidTokenNameFinderFineGrainedReportListener. correctlyClassified(NameSample reference, NameSample prediction)voidNameEvaluationErrorListener. misclassified(NameSample reference, NameSample prediction)voidTokenNameFinderFineGrainedReportListener. misclassified(NameSample reference, NameSample prediction)Constructor parameters in opennlp.tools.cmdline.namefind with type arguments of type NameSample Constructor Description NameSampleCountersStream(ObjectStream<NameSample> samples) -
Uses of NameSample in opennlp.tools.formats
Methods in opennlp.tools.formats that return NameSample Modifier and Type Method Description NameSampleBioNLP2004NameSampleStream. read()NameSampleConll02NameSampleStream. read()NameSampleConll03NameSampleStream. read()NameSampleEvalitaNameSampleStream. read()Methods in opennlp.tools.formats that return types with arguments of type NameSample Modifier and Type Method Description ObjectStream<NameSample>BioNLP2004NameSampleStreamFactory. create(String[] args)ObjectStream<NameSample>Conll02NameSampleStreamFactory. create(String[] args)ObjectStream<NameSample>Conll03NameSampleStreamFactory. create(String[] args)ObjectStream<NameSample>EvalitaNameSampleStreamFactory. create(String[] args)ObjectStream<NameSample>NameSampleDataStreamFactory. create(String[] args) -
Uses of NameSample in opennlp.tools.formats.ad
Methods in opennlp.tools.formats.ad that return NameSample Modifier and Type Method Description NameSampleADNameSampleStream. read()Methods in opennlp.tools.formats.ad that return types with arguments of type NameSample Modifier and Type Method Description ObjectStream<NameSample>ADNameSampleStreamFactory. create(String[] args) -
Uses of NameSample in opennlp.tools.formats.brat
Methods in opennlp.tools.formats.brat that return types with arguments of type NameSample Modifier and Type Method Description ObjectStream<NameSample>BratNameSampleStreamFactory. create(String[] args)List<NameSample>BratDocumentParser. parse(BratDocument sample)protected List<NameSample>BratNameSampleStream. read(BratDocument sample) -
Uses of NameSample in opennlp.tools.formats.convert
Methods in opennlp.tools.formats.convert with parameters of type NameSample Modifier and Type Method Description protected String[]NameToSentenceSampleStream. toSentence(NameSample sample)Constructor parameters in opennlp.tools.formats.convert with type arguments of type NameSample Constructor Description NameToSentenceSampleStream(Detokenizer detokenizer, ObjectStream<NameSample> samples, int chunkSize)Initializes aNameToSentenceSampleStream.NameToTokenSampleStream(Detokenizer detokenizer, ObjectStream<NameSample> samples)Initializes aNameToTokenSampleStream. -
Uses of NameSample in opennlp.tools.formats.masc
Methods in opennlp.tools.formats.masc that return NameSample Modifier and Type Method Description NameSampleMascNamedEntitySampleStream. read()Reads the next sample of named entities.Methods in opennlp.tools.formats.masc that return types with arguments of type NameSample Modifier and Type Method Description ObjectStream<NameSample>MascNamedEntitySampleStreamFactory. create(String[] args) -
Uses of NameSample in opennlp.tools.formats.muc
Methods in opennlp.tools.formats.muc that return NameSample Modifier and Type Method Description NameSampleMucNameSampleStream. read()Methods in opennlp.tools.formats.muc that return types with arguments of type NameSample Modifier and Type Method Description ObjectStream<NameSample>Muc6NameSampleStreamFactory. create(String[] args)Constructor parameters in opennlp.tools.formats.muc with type arguments of type NameSample Constructor Description MucNameContentHandler(Tokenizer tokenizer, List<NameSample> storedSamples)Initializes aMucNameContentHandler. -
Uses of NameSample in opennlp.tools.formats.ontonotes
Methods in opennlp.tools.formats.ontonotes that return NameSample Modifier and Type Method Description NameSampleOntoNotesNameSampleStream. read()Methods in opennlp.tools.formats.ontonotes that return types with arguments of type NameSample Modifier and Type Method Description ObjectStream<NameSample>OntoNotesNameSampleStreamFactory. create(String[] args) -
Uses of NameSample in opennlp.tools.namefind
Methods in opennlp.tools.namefind that return NameSample Modifier and Type Method Description static NameSampleNameSample. parse(String taggedTokens, boolean clearAdaptiveData)Parses given input into aNameSample.static NameSampleNameSample. parse(String taggedTokens, String defaultType, boolean clearAdaptiveData)Parses given input into aNameSample.protected NameSampleTokenNameFinderEvaluator. processSample(NameSample reference)Evaluates the given referenceNameSampleobject.NameSampleNameSampleDataStream. read()NameSampleNameSampleTypeFilter. read()Methods in opennlp.tools.namefind that return types with arguments of type NameSample Modifier and Type Method Description Sequence<NameSample>NameSampleSequenceStream. read()Methods in opennlp.tools.namefind with parameters of type NameSample Modifier and Type Method Description protected Iterator<Event>NameFinderEventStream. createEvents(NameSample sample)protected NameSampleTokenNameFinderEvaluator. processSample(NameSample reference)Evaluates the given referenceNameSampleobject.Method parameters in opennlp.tools.namefind with type arguments of type NameSample Modifier and Type Method Description voidTokenNameFinderCrossValidator. evaluate(ObjectStream<NameSample> samples, int nFolds)Starts the evaluation.static TokenNameFinderModelNameFinderME. train(String languageCode, String type, ObjectStream<NameSample> samples, TrainingParameters params, TokenNameFinderFactory factory)Starts a training of aTokenNameFinderModelwith the given parameters.Event[]NameSampleSequenceStream. updateContext(Sequence<NameSample> sequence, AbstractModel model)
-