You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2012/04/09 01:05:52 UTC

svn commit: r1311116 - in /lucene/dev/trunk/solr/contrib/langid: CHANGES.txt README.txt

Author: janhoy
Date: Sun Apr  8 23:05:52 2012
New Revision: 1311116

URL: http://svn.apache.org/viewvc?rev=1311116&view=rev
Log:
SOLR-1979: Updated README and CHANGES in trunk

Modified:
    lucene/dev/trunk/solr/contrib/langid/CHANGES.txt
    lucene/dev/trunk/solr/contrib/langid/README.txt

Modified: lucene/dev/trunk/solr/contrib/langid/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/contrib/langid/CHANGES.txt?rev=1311116&r1=1311115&r2=1311116&view=diff
==============================================================================
--- lucene/dev/trunk/solr/contrib/langid/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/contrib/langid/CHANGES.txt Sun Apr  8 23:05:52 2012
@@ -7,6 +7,10 @@ See http://wiki.apache.org/solr/Language
 
 $Id$
 
+================== Release 4.0.0 ==================
+
+(No changes)
+
 ================== Release 3.6.0 ==================
 
 * SOLR-3107: When using the LangDetect implementation of langid, set the random

Modified: lucene/dev/trunk/solr/contrib/langid/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/contrib/langid/README.txt?rev=1311116&r1=1311115&r2=1311116&view=diff
==============================================================================
--- lucene/dev/trunk/solr/contrib/langid/README.txt (original)
+++ lucene/dev/trunk/solr/contrib/langid/README.txt Sun Apr  8 23:05:52 2012
@@ -9,8 +9,7 @@ Its purpose is to identify language from
 The module can optionally map field names to their language specific counterpart,
 e.g. if the input is "title" and language is detected as "en", map to "title_en".
 Language may be detected globally for the document, and/or individually per field.
-
-The module currently relies on Tika's language identification capabilities.
+Language detector implementations are pluggable.
 
 Getting Started
 ---------------
@@ -18,6 +17,5 @@ Please refer to the module documentation
 
 Dependencies
 ------------
-This contrib depends on Tika Core, which is part of extraction contrib.
-The easiest is thus to first install extraction contrib and then langid.
-Alternatively you can include tika-core manually on your classpath.
\ No newline at end of file
+The Tika detector depends on Tika Core (which is part of extraction contrib)
+The Langdetect detector depends on LangDetect library
\ No newline at end of file