Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.stanford.nlp.process Classes and Interfaces - 74 results found.
NameDescriptionTypePackageFramework
AbstractListProcessorClassedu.stanford.nlp.processStanford Parser
AbstractTokenizerAn abstract tokenizer.Classedu.stanford.nlp.processStanford Parser
AmericanizeTakes a HasWord or String and returns an Americanized version of it.Classedu.stanford.nlp.processStanford Parser
AmericanizeFunctionClassedu.stanford.nlp.processStanford Parser
ChineseDocumentToSentenceProcessorConvert a Chinese Document into a List of sentence Strings.Classedu.stanford.nlp.processStanford Parser
CoreLabelTokenFactoryConstructs CoreLabels from Strings optionally with beginning and ending (character after the end) offset positions inClassedu.stanford.nlp.processStanford Parser
CoreTokenFactoryTo make tokens like CoreMap or CoreLabel.Interfaceedu.stanford.nlp.processStanford Parser
DistSimClassifierMaps a String to its distributional similarity class.Classedu.stanford.nlp.processStanford Parser
DocumentPreprocessorProduces a list of sentences from either a plain text or XML document.Classedu.stanford.nlp.processStanford Parser
DocumentPreprocessor .DocTypeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.process.DocumentPreprocessorStanford Parser
DocumentProcessorTop-level interface for transforming Documents.Interfaceedu.stanford.nlp.processStanford Parser
LexedTokenFactoryConstructs a token (of arbitrary type) from a String and its position in the underlying text.Interfaceedu.stanford.nlp.processStanford Parser
LexerTokenizerAn implementation of Tokenizer designed to work with Lexer implementing classes.Classedu.stanford.nlp.processStanford Parser
ListProcessorAn interface for things that operate on a List.Interfaceedu.stanford.nlp.processStanford Parser
LowercaseAndAmericanizeFunctionClassedu.stanford.nlp.processStanford Parser
LowercaseFunctionClassedu.stanford.nlp.processStanford Parser
MorphologyMorphology computes the base form of English words, by removing just inflections (not derivational morphology).Classedu.stanford.nlp.processStanford Parser
PTBEscapingProcessorProduces a new Document of Words in which special characters of the PTB have been properly escaped.Classedu.stanford.nlp.processStanford Parser
PTBTokenizerA fast, rule-based tokenizer implementation, which produces Penn Treebank style tokenization of English text.Classedu.stanford.nlp.processStanford Parser
PTBTokenizer .PTBTokenizerFactoryThis class provides a factory which will vend instances of PTBTokenizer which wrap a provided Reader.Classedu.stanford.nlp.process.PTBTokenizerStanford Parser
SerializableFunctionThis interface is a conjunction of Function and Serializable, which is a bad idea from the perspective of the type system, but one that seemsInterfaceedu.stanford.nlp.processStanford Parser
StripTagsProcessorA Processor whose process method deletes all SGML/XML/HTML tags (tokens starting with < and endingClassedu.stanford.nlp.processStanford Parser
TokenizerTokenizers break up text into individual Objects.Interfaceedu.stanford.nlp.processStanford Parser
TokenizerAdapterThis class adapts between a java.Classedu.stanford.nlp.processStanford Parser
TokenizerFactoryA TokenizerFactory is used to convert a java.Interfaceedu.stanford.nlp.processStanford Parser
TransformXMLReads XML from an input file or stream and writes XML to an output file or stream, while transforming text appearing inside specifiedClassedu.stanford.nlp.processStanford Parser
TransformXML .NoEscapingSAXInterfaceThis version of the SAXInterface doesn't escape the text produced by the function.Classedu.stanford.nlp.process.TransformXMLStanford Parser
TransformXML .SAXInterfaceClassedu.stanford.nlp.process.TransformXMLStanford Parser
WhitespaceTokenizerA WhitespaceTokenizer is a tokenizer that splits on and discards only whitespace characters.Classedu.stanford.nlp.processStanford Parser
WhitespaceTokenizer .WhitespaceTokenizerFactoryA factory which vends WhitespaceTokenizers.Classedu.stanford.nlp.process.WhitespaceTokenizerStanford Parser
WordSegmenterAn interface for segmenting strings into words (in unwordsegmented languages).Interfaceedu.stanford.nlp.processStanford Parser
WordSegmentingTokenizerA tokenizer that works by calling a WordSegmenter.Classedu.stanford.nlp.processStanford Parser
WordShapeClassifierProvides static methods which map any String to another String indicative of its "word shape" -- e.Classedu.stanford.nlp.processStanford Parser
WordTokenFactoryConstructs a Word from a String.Classedu.stanford.nlp.processStanford Parser
WordToSentenceProcessorTransforms a List of words into a List of Lists of words (that is, a List of sentences), by grouping the words.Classedu.stanford.nlp.processStanford Parser
WordToSentenceProcessor .NewlineIsSentenceBreakReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.process.WordToSentenceProcessorStanford Parser
WordToTaggedWordProcessorTransforms a Document of Words into a document all or partly of TaggedWords by breaking words on a tag divider character.Classedu.stanford.nlp.processStanford Parser
AbstractListProcessorClassedu.stanford.nlp.processJavaNlp
AbstractTokenizerAn abstract tokenizer.Classedu.stanford.nlp.processJavaNlp
AmericanizeTakes a HasWord or String and returns an Americanized version of it.Classedu.stanford.nlp.processJavaNlp
AmericanizeFunctionClassedu.stanford.nlp.processJavaNlp
ChineseDocumentToSentenceProcessorConvert a Chinese Document into a List of sentence Strings.Classedu.stanford.nlp.processJavaNlp
CoreLabelTokenFactoryConstructs CoreLabels from Strings optionally with beginning and ending (character after the end) offset positions inClassedu.stanford.nlp.processJavaNlp
CoreTokenFactoryTo make tokens like CoreMap or CoreLabel.Interfaceedu.stanford.nlp.processJavaNlp
DistSimClassifierMaps a String to its distributional similarity class.Classedu.stanford.nlp.processJavaNlp
DocumentPreprocessorProduces a list of sentences from either a plain text or XML document.Classedu.stanford.nlp.processJavaNlp
DocumentPreprocessor .DocTypeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.process.DocumentPreprocessorJavaNlp
DocumentProcessorTop-level interface for transforming Documents.Interfaceedu.stanford.nlp.processJavaNlp
LexedTokenFactoryConstructs a token (of arbitrary type) from a String and its position in the underlying text.Interfaceedu.stanford.nlp.processJavaNlp
LexerTokenizerAn implementation of Tokenizer designed to work with Lexer implementing classes.Classedu.stanford.nlp.processJavaNlp
ListProcessorAn interface for things that operate on a List.Interfaceedu.stanford.nlp.processJavaNlp
LowercaseAndAmericanizeFunctionClassedu.stanford.nlp.processJavaNlp
LowercaseFunctionClassedu.stanford.nlp.processJavaNlp
MorphologyMorphology computes the base form of English words, by removing just inflections (not derivational morphology).Classedu.stanford.nlp.processJavaNlp
PTBEscapingProcessorProduces a new Document of Words in which special characters of the PTB have been properly escaped.Classedu.stanford.nlp.processJavaNlp
PTBTokenizerA fast, rule-based tokenizer implementation, which produces Penn Treebank style tokenization of English text.Classedu.stanford.nlp.processJavaNlp
PTBTokenizer .PTBTokenizerFactoryThis class provides a factory which will vend instances of PTBTokenizer which wrap a provided Reader.Classedu.stanford.nlp.process.PTBTokenizerJavaNlp
SerializableFunctionThis interface is a conjunction of Function and Serializable, which is a bad idea from the perspective of the type system, but one that seemsInterfaceedu.stanford.nlp.processJavaNlp
StripTagsProcessorA Processor whose process method deletes all SGML/XML/HTML tags (tokens starting with < and endingClassedu.stanford.nlp.processJavaNlp
TokenizerTokenizers break up text into individual Objects.Interfaceedu.stanford.nlp.processJavaNlp
TokenizerAdapterThis class adapts between a java.Classedu.stanford.nlp.processJavaNlp
TokenizerFactoryA TokenizerFactory is used to convert a java.Interfaceedu.stanford.nlp.processJavaNlp
TransformXMLReads XML from an input file or stream and writes XML to an output file or stream, while transforming text appearing inside specifiedClassedu.stanford.nlp.processJavaNlp
TransformXML .NoEscapingSAXInterfaceThis version of the SAXInterface doesn't escape the text produced by the function.Classedu.stanford.nlp.process.TransformXMLJavaNlp
TransformXML .SAXInterfaceClassedu.stanford.nlp.process.TransformXMLJavaNlp
WhitespaceTokenizerA WhitespaceTokenizer is a tokenizer that splits on and discards only whitespace characters.Classedu.stanford.nlp.processJavaNlp
WhitespaceTokenizer .WhitespaceTokenizerFactoryA factory which vends WhitespaceTokenizers.Classedu.stanford.nlp.process.WhitespaceTokenizerJavaNlp
WordSegmenterAn interface for segmenting strings into words (in unwordsegmented languages).Interfaceedu.stanford.nlp.processJavaNlp
WordSegmentingTokenizerA tokenizer that works by calling a WordSegmenter.Classedu.stanford.nlp.processJavaNlp
WordShapeClassifierProvides static methods which map any String to another String indicative of its "word shape" -- e.Classedu.stanford.nlp.processJavaNlp
WordTokenFactoryConstructs a Word from a String.Classedu.stanford.nlp.processJavaNlp
WordToSentenceProcessorTransforms a List of words into a List of Lists of words (that is, a List of sentences), by grouping the words.Classedu.stanford.nlp.processJavaNlp
WordToSentenceProcessor .NewlineIsSentenceBreakReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.process.WordToSentenceProcessorJavaNlp
WordToTaggedWordProcessorTransforms a Document of Words into a document all or partly of TaggedWords by breaking words on a tag divider character.Classedu.stanford.nlp.processJavaNlp