SOLR-2296: Upgrade Carrot2 binaries to version 3.4.2

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1057149 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2011-01-10 10:58:57 +00:00
parent b36ad7b31b
commit 2e03681712
4 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ Versions of Major Components
---------------------
Apache Lucene trunk
Apache Tika 0.8-SNAPSHOT
Carrot2 3.1.0
Carrot2 3.4.2
Velocity 1.6.4 and Velocity Tools 2.0

View File

@ -1,2 +0,0 @@
AnyObjectId[96c3bdbdaacd5289b0e654842e435689fbcf22e2] was removed in git history.
Apache SVN contains full history.

View File

@ -0,0 +1,2 @@
AnyObjectId[f872cbc8eec94f7d5b29a73f99cd13089848a3cd] was removed in git history.
Apache SVN contains full history.

View File

@ -31,7 +31,7 @@ import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
import org.carrot2.core.LanguageCode;
import org.carrot2.text.analysis.ExtendedWhitespaceTokenizer;
import org.carrot2.text.analysis.ITokenizer;
import org.carrot2.text.linguistic.BaseLanguageModelFactory;
import org.carrot2.text.linguistic.DefaultLanguageModelFactory;
import org.carrot2.text.linguistic.IStemmer;
import org.carrot2.text.linguistic.IdentityStemmer;
import org.carrot2.text.util.MutableCharArray;
@ -62,7 +62,7 @@ import org.tartarus.snowball.ext.TurkishStemmer;
* change, the changes can be made in this class.
*/
@Bindable(prefix = "DefaultLanguageModelFactory")
public class LuceneLanguageModelFactory extends BaseLanguageModelFactory {
public class LuceneLanguageModelFactory extends DefaultLanguageModelFactory {
final static Logger logger = org.slf4j.LoggerFactory
.getLogger(LuceneLanguageModelFactory.class);