mirror of https://github.com/apache/lucene.git
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:
parent
b36ad7b31b
commit
2e03681712
|
@ -26,7 +26,7 @@ Versions of Major Components
|
||||||
---------------------
|
---------------------
|
||||||
Apache Lucene trunk
|
Apache Lucene trunk
|
||||||
Apache Tika 0.8-SNAPSHOT
|
Apache Tika 0.8-SNAPSHOT
|
||||||
Carrot2 3.1.0
|
Carrot2 3.4.2
|
||||||
Velocity 1.6.4 and Velocity Tools 2.0
|
Velocity 1.6.4 and Velocity Tools 2.0
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
AnyObjectId[96c3bdbdaacd5289b0e654842e435689fbcf22e2] was removed in git history.
|
|
||||||
Apache SVN contains full history.
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
AnyObjectId[f872cbc8eec94f7d5b29a73f99cd13089848a3cd] was removed in git history.
|
||||||
|
Apache SVN contains full history.
|
|
@ -31,7 +31,7 @@ import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
||||||
import org.carrot2.core.LanguageCode;
|
import org.carrot2.core.LanguageCode;
|
||||||
import org.carrot2.text.analysis.ExtendedWhitespaceTokenizer;
|
import org.carrot2.text.analysis.ExtendedWhitespaceTokenizer;
|
||||||
import org.carrot2.text.analysis.ITokenizer;
|
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.IStemmer;
|
||||||
import org.carrot2.text.linguistic.IdentityStemmer;
|
import org.carrot2.text.linguistic.IdentityStemmer;
|
||||||
import org.carrot2.text.util.MutableCharArray;
|
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.
|
* change, the changes can be made in this class.
|
||||||
*/
|
*/
|
||||||
@Bindable(prefix = "DefaultLanguageModelFactory")
|
@Bindable(prefix = "DefaultLanguageModelFactory")
|
||||||
public class LuceneLanguageModelFactory extends BaseLanguageModelFactory {
|
public class LuceneLanguageModelFactory extends DefaultLanguageModelFactory {
|
||||||
final static Logger logger = org.slf4j.LoggerFactory
|
final static Logger logger = org.slf4j.LoggerFactory
|
||||||
.getLogger(LuceneLanguageModelFactory.class);
|
.getLogger(LuceneLanguageModelFactory.class);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue