Home » lucene-2.3.2-src » org.apache » lucene » analysis » ru »

org.apache.lucene.analysis.ru

Classes:

RussianAnalyzer   Analyzer for Russian language.  code | html
RussianCharsets   RussianCharsets class contains encodings schemes (charsets) and toLowerCase() method implementation for russian characters in Unicode, KOI8 and CP1252.  code | html
RussianLetterTokenizer   A RussianLetterTokenizer is a tokenizer that extends LetterTokenizer by additionally looking up letters in a given "russian charset".  code | html
RussianLowerCaseFilter   Normalizes token text to lower case, analyzing given ("russian") charset.  code | html
RussianStemFilter   A filter that stems Russian words.  code | html
RussianStemmer   Russian stemming algorithm implementation (see http://snowball.sourceforge.net for detailed description).  code | html

All Test Cases:

TestRussianAnalyzer   Test case for RussianAnalyzer.  code | html
TestRussianStem   Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.  code | html