Package | Description |
---|---|
org.apache.lucene.analysis.miscellaneous |
Miscellaneous TokenStreams
|
org.apache.lucene.analysis.nl |
Analyzer for Dutch.
|
org.apache.lucene.analysis.util |
Utility functions for text analysis.
|
Constructor and Description |
---|
StemmerOverrideFilter(Version matchVersion,
TokenStream input,
CharArrayMap<String> dictionary)
Create a new StemmerOverrideFilter, performing dictionary-based stemming
with the provided
dictionary . |
Constructor and Description |
---|
DutchAnalyzer(Version matchVersion,
CharArraySet stopwords,
CharArraySet stemExclusionTable,
CharArrayMap<String> stemOverrideDict) |
Modifier and Type | Method and Description |
---|---|
static <V> CharArrayMap<V> |
CharArrayMap.copy(Version matchVersion,
Map<?,? extends V> map)
Returns a copy of the given map as a
CharArrayMap . |
static <V> CharArrayMap<V> |
CharArrayMap.emptyMap()
Returns an empty, unmodifiable map.
|
static CharArrayMap<String> |
WordlistLoader.getStemDict(Reader reader,
CharArrayMap<String> result)
Reads a stem dictionary.
|
static <V> CharArrayMap<V> |
CharArrayMap.unmodifiableMap(CharArrayMap<V> map)
Returns an unmodifiable
CharArrayMap . |
Modifier and Type | Method and Description |
---|---|
static CharArrayMap<String> |
WordlistLoader.getStemDict(Reader reader,
CharArrayMap<String> result)
Reads a stem dictionary.
|
static <V> CharArrayMap<V> |
CharArrayMap.unmodifiableMap(CharArrayMap<V> map)
Returns an unmodifiable
CharArrayMap . |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.