Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The "language" parameter to PolyAnalyzer#new is deprecated.
If you want the exact behavior of the old PolyAnalyzer with language parameter, you have to manually create a PolyAnalyzer with a CaseFolder, default RegexTokenizer, and SnowballStemmer.
You can also use the new EasyAnalyzer which takes a language parameter like the old PolyAnalyzer. The EasyAnalyzer uses a StandardTokenizer, Normalizer, and SnowballStemmer, though.