public class CompoundCharacterTokenizer extends Object
| Constructor and Description |
|---|
CompoundCharacterTokenizer(Set<String> compoundWords)
Constructor.
|
CompoundCharacterTokenizer(String singleRegex) |
public CompoundCharacterTokenizer(Set<String> compoundWords)
compoundWords - A set of strings like _79_99_, _80_99_ or _92_99_ .public CompoundCharacterTokenizer(String singleRegex)
Copyright © 2008–2023 The Apache Software Foundation. All rights reserved.