Search Java Classes and Packages
Search Java Frameworks and Libraries
 
  
    
      
      
      #Org.apache.crunch.contrib.text Classes and Interfaces - 9 results found. 
        
      | Name | Description | Type | Package | Framework | 
| AbstractCompositeExtractor | Base class for Extractor instances that delegates the parsing of fields to other Extractor instances, primarily used for constructing composite records that implement | Class | org.apache.crunch.contrib.text | Apache Crunch | 
|
| AbstractSimpleExtractor | Base class for the common case Extractor instances that construct a single object from a block of text stored in a String, with support for error handling | Class | org.apache.crunch.contrib.text | Apache Crunch | 
|
| Extractor | An interface for extracting a specific data type from a text string that is being processed by a Scanner object. | Interface | org.apache.crunch.contrib.text | Apache Crunch | 
|
| Extractors | Factory methods for constructing common Extractor types. | Class | org.apache.crunch.contrib.text | Apache Crunch | 
|
| ExtractorStats |  | Class | org.apache.crunch.contrib.text | Apache Crunch | 
|
| Parse |  | Class | org.apache.crunch.contrib.text | Apache Crunch | 
|
| Tokenizer | Manages a Scanner instance and provides support for returning only a subset of the fields returned by the underlying Scanner. | Class | org.apache.crunch.contrib.text | Apache Crunch | 
|
| TokenizerFactory | Factory class that constructs Tokenizer instances for input strings that use a fixed set of delimiters, skip patterns, locales, and sets of indices to keep or drop. | Class | org.apache.crunch.contrib.text | Apache Crunch | 
|
| TokenizerFactory .Builder | A class for constructing new TokenizerFactory instances using the Builder pattern. | Class | org.apache.crunch.contrib.text.TokenizerFactory | Apache Crunch |