mirror of https://github.com/apache/lucene.git
SOLR-2839: add alternative language detection impl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1184754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1631ebfe5c
commit
9d9e457bac
|
@ -37,8 +37,8 @@
|
||||||
<classpathentry kind="src" path="modules/benchmark/src/java"/>
|
<classpathentry kind="src" path="modules/benchmark/src/java"/>
|
||||||
<classpathentry kind="src" path="modules/benchmark/src/test"/>
|
<classpathentry kind="src" path="modules/benchmark/src/test"/>
|
||||||
<classpathentry kind="src" path="modules/facet/src/java"/>
|
<classpathentry kind="src" path="modules/facet/src/java"/>
|
||||||
<classpathentry kind="src" path="modules/facet/src/examples"/>
|
<classpathentry kind="src" path="modules/facet/src/examples"/>
|
||||||
<classpathentry kind="src" path="modules/facet/src/test"/>
|
<classpathentry kind="src" path="modules/facet/src/test"/>
|
||||||
<classpathentry kind="src" path="modules/grouping/src/java"/>
|
<classpathentry kind="src" path="modules/grouping/src/java"/>
|
||||||
<classpathentry kind="src" path="modules/grouping/src/test"/>
|
<classpathentry kind="src" path="modules/grouping/src/test"/>
|
||||||
<classpathentry kind="src" path="modules/join/src/java"/>
|
<classpathentry kind="src" path="modules/join/src/java"/>
|
||||||
|
@ -71,18 +71,19 @@
|
||||||
<classpathentry kind="src" path="solr/contrib/extraction/src/java"/>
|
<classpathentry kind="src" path="solr/contrib/extraction/src/java"/>
|
||||||
<classpathentry kind="src" path="solr/contrib/extraction/src/test"/>
|
<classpathentry kind="src" path="solr/contrib/extraction/src/test"/>
|
||||||
<classpathentry kind="src" path="solr/contrib/extraction/src/test-files"/>
|
<classpathentry kind="src" path="solr/contrib/extraction/src/test-files"/>
|
||||||
<classpathentry kind="src" path="solr/contrib/langid/src/java"/>
|
<classpathentry kind="src" path="solr/contrib/langid/src/java"/>
|
||||||
<classpathentry kind="src" path="solr/contrib/langid/src/test"/>
|
<classpathentry kind="src" path="solr/contrib/langid/src/test"/>
|
||||||
<classpathentry kind="src" path="solr/contrib/langid/src/test-files"/>
|
<classpathentry kind="src" path="solr/contrib/langid/src/test-files"/>
|
||||||
<classpathentry kind="src" path="solr/contrib/uima/src/java"/>
|
<classpathentry kind="src" path="solr/contrib/uima/src/java"/>
|
||||||
<classpathentry kind="src" path="solr/contrib/uima/src/resources"/>
|
<classpathentry kind="src" path="solr/contrib/uima/src/resources"/>
|
||||||
<classpathentry kind="src" path="solr/contrib/uima/src/test"/>
|
<classpathentry kind="src" path="solr/contrib/uima/src/test"/>
|
||||||
<classpathentry kind="src" path="solr/contrib/uima/src/test-files"/>
|
<classpathentry kind="src" path="solr/contrib/uima/src/test-files"/>
|
||||||
|
<classpathentry kind="src" path="solr/contrib/langid/src/resources"/>
|
||||||
<classpathentry kind="lib" path="lucene/lib/ant-1.7.1.jar"/>
|
<classpathentry kind="lib" path="lucene/lib/ant-1.7.1.jar"/>
|
||||||
<classpathentry kind="lib" path="lucene/lib/ant-junit-1.7.1.jar"/>
|
<classpathentry kind="lib" path="lucene/lib/ant-junit-1.7.1.jar"/>
|
||||||
<classpathentry kind="lib" path="lucene/lib/junit-4.7.jar"/>
|
<classpathentry kind="lib" path="lucene/lib/junit-4.7.jar"/>
|
||||||
<classpathentry kind="lib" path="lucene/contrib/sandbox/lib/jakarta-regexp-1.4.jar"/>
|
<classpathentry kind="lib" path="lucene/contrib/sandbox/lib/jakarta-regexp-1.4.jar"/>
|
||||||
<classpathentry kind="lib" path="modules/analysis/icu/lib/icu4j-4_8.jar"/>
|
<classpathentry kind="lib" path="modules/analysis/icu/lib/icu4j-4_8_1_1.jar"/>
|
||||||
<classpathentry kind="lib" path="modules/analysis/phonetic/lib/commons-codec-1.4.jar"/>
|
<classpathentry kind="lib" path="modules/analysis/phonetic/lib/commons-codec-1.4.jar"/>
|
||||||
<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-fsa-1.5.2.jar"/>
|
<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-fsa-1.5.2.jar"/>
|
||||||
<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-polish-1.5.2.jar"/>
|
<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-polish-1.5.2.jar"/>
|
||||||
|
@ -156,6 +157,8 @@
|
||||||
<classpathentry kind="lib" path="solr/contrib/uima/lib/uima-an-tagger-2.3.1.jar"/>
|
<classpathentry kind="lib" path="solr/contrib/uima/lib/uima-an-tagger-2.3.1.jar"/>
|
||||||
<classpathentry kind="lib" path="solr/contrib/uima/lib/uima-an-wst-2.3.1.jar"/>
|
<classpathentry kind="lib" path="solr/contrib/uima/lib/uima-an-wst-2.3.1.jar"/>
|
||||||
<classpathentry kind="lib" path="solr/contrib/uima/lib/uimaj-core-2.3.1.jar"/>
|
<classpathentry kind="lib" path="solr/contrib/uima/lib/uimaj-core-2.3.1.jar"/>
|
||||||
|
<classpathentry kind="lib" path="solr/contrib/langid/lib/langdetect-r111.jar"/>
|
||||||
|
<classpathentry kind="lib" path="solr/contrib/langid/lib/jsonic-1.2.0.jar"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -253,6 +253,18 @@ Copyright 2004 Sun Microsystems, Inc. (Rome JAR)
|
||||||
|
|
||||||
Copyright 2002-2008 by John Cowan (TagSoup -- http://ccil.org/~cowan/XML/tagsoup/)
|
Copyright 2002-2008 by John Cowan (TagSoup -- http://ccil.org/~cowan/XML/tagsoup/)
|
||||||
|
|
||||||
|
=========================================================================
|
||||||
|
== Language Detection Notices ==
|
||||||
|
=========================================================================
|
||||||
|
|
||||||
|
The following notices apply to the libraries in contrib/langid/lib:
|
||||||
|
|
||||||
|
This product includes software developed by Cybozu Labs, Inc.
|
||||||
|
(c)2010 All rights reserved by Cybozu Labs, Inc.
|
||||||
|
http://code.google.com/p/language-detection/
|
||||||
|
|
||||||
|
This product includes software developed by the Jsonic project:
|
||||||
|
http://sourceforge.jp/projects/jsonic/
|
||||||
|
|
||||||
=========================================================================
|
=========================================================================
|
||||||
== Carrot2 Notice ==
|
== Carrot2 Notice ==
|
||||||
|
|
|
@ -13,3 +13,6 @@ Initial release. See README.txt.
|
||||||
|
|
||||||
* SOLR-1979: New contrib "langid". Adds language identification capabilities as an
|
* SOLR-1979: New contrib "langid". Adds language identification capabilities as an
|
||||||
Update Processor, using Tika's LanguageIdentifier (janhoy, Tommaso Teofili, gsingers)
|
Update Processor, using Tika's LanguageIdentifier (janhoy, Tommaso Teofili, gsingers)
|
||||||
|
|
||||||
|
* SOLR-2839: Add alternative implementation supporting 53 languages,
|
||||||
|
based on http://code.google.com/p/language-detection/ (rmuir)
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
<path id="classpath">
|
<path id="classpath">
|
||||||
<fileset dir="../extraction/lib" includes="*.jar"/>
|
<fileset dir="../extraction/lib" includes="*.jar"/>
|
||||||
|
<fileset dir="lib" includes="*.jar"/>
|
||||||
<path refid="solr.base.classpath"/>
|
<path refid="solr.base.classpath"/>
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
AnyObjectId[09f9bec102d3d8368e10d30e178a429026abeec6] was removed in git history.
|
||||||
|
Apache SVN contains full history.
|
|
@ -0,0 +1,201 @@
|
||||||
|
Apache License
|
||||||
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
|
the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
|
other entities that control, are controlled by, or are under common
|
||||||
|
control with that entity. For the purposes of this definition,
|
||||||
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
|
exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
|
including but not limited to software source code, documentation
|
||||||
|
source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical
|
||||||
|
transformation or translation of a Source form, including but
|
||||||
|
not limited to compiled object code, generated documentation,
|
||||||
|
and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
|
Object form, made available under the License, as indicated by a
|
||||||
|
copyright notice that is included in or attached to the work
|
||||||
|
(an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
|
form, that is based on (or derived from) the Work and for which the
|
||||||
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
|
of this License, Derivative Works shall not include works that remain
|
||||||
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
|
the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including
|
||||||
|
the original version of the Work and any modifications or additions
|
||||||
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
|
subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
|
Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
|
(a) You must give any other recipients of the Work or
|
||||||
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
(b) You must cause any modified files to carry prominent notices
|
||||||
|
stating that You changed the files; and
|
||||||
|
|
||||||
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
|
that You distribute, all copyright, patent, trademark, and
|
||||||
|
attribution notices from the Source form of the Work,
|
||||||
|
excluding those notices that do not pertain to any part of
|
||||||
|
the Derivative Works; and
|
||||||
|
|
||||||
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
|
distribution, then any Derivative Works that You distribute must
|
||||||
|
include a readable copy of the attribution notices contained
|
||||||
|
within such NOTICE file, excluding those notices that do not
|
||||||
|
pertain to any part of the Derivative Works, in at least one
|
||||||
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
|
You may add Your own copyright statement to Your modifications and
|
||||||
|
may provide additional or different license terms and conditions
|
||||||
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
|
the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
|
except as required for reasonable and customary use in describing the
|
||||||
|
origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied, including, without limitation, any warranties or conditions
|
||||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
|
appropriateness of using or redistributing the Work and assume any
|
||||||
|
risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
|
unless required by applicable law (such as deliberate and grossly
|
||||||
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
|
liable to You for damages, including any direct, indirect, special,
|
||||||
|
incidental, or consequential damages of any character arising as a
|
||||||
|
result of this License or out of the use or inability to use the
|
||||||
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing
|
||||||
|
the Work or Derivative Works thereof, You may choose to offer,
|
||||||
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||||
|
or other liability obligations and/or rights consistent with this
|
||||||
|
License. However, in accepting such obligations, You may act only
|
||||||
|
on Your own behalf and on Your sole responsibility, not on behalf
|
||||||
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
|
defend, and hold each Contributor harmless for any liability
|
||||||
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
APPENDIX: How to apply the Apache License to your work.
|
||||||
|
|
||||||
|
To apply the Apache License to your work, attach the following
|
||||||
|
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||||
|
replaced with your own identifying information. (Don't include
|
||||||
|
the brackets!) The text should be enclosed in the appropriate
|
||||||
|
comment syntax for the file format. We also recommend that a
|
||||||
|
file or class name and description of purpose be included on the
|
||||||
|
same "printed page" as the copyright notice for easier
|
||||||
|
identification within third-party archives.
|
||||||
|
|
||||||
|
Copyright [yyyy] [name of copyright owner]
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
|
@ -0,0 +1,13 @@
|
||||||
|
(c)2010 All rights reserved by Cybozu Labs, Inc.
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
|
@ -0,0 +1,2 @@
|
||||||
|
AnyObjectId[f0ca94dd3715141e7b3c31cda31cce8667769214] was removed in git history.
|
||||||
|
Apache SVN contains full history.
|
|
@ -0,0 +1,66 @@
|
||||||
|
package org.apache.solr.update.processor;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
|
* this work for additional information regarding copyright ownership.
|
||||||
|
* The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
* (the "License"); you may not use this file except in compliance with
|
||||||
|
* the License. You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Collections;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import org.apache.solr.request.SolrQueryRequest;
|
||||||
|
import org.apache.solr.response.SolrQueryResponse;
|
||||||
|
|
||||||
|
import com.cybozu.labs.langdetect.Detector;
|
||||||
|
import com.cybozu.labs.langdetect.DetectorFactory;
|
||||||
|
import com.cybozu.labs.langdetect.LangDetectException;
|
||||||
|
import com.cybozu.labs.langdetect.Language;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Identifies the language of a set of input fields using http://code.google.com/p/language-detection
|
||||||
|
* <p>
|
||||||
|
* See <a href="http://wiki.apache.org/solr/LanguageDetection">http://wiki.apache.org/solr/LanguageDetection</a>
|
||||||
|
* @since 3.5
|
||||||
|
*/
|
||||||
|
public class LangDetectLanguageIdentifierUpdateProcessor extends LanguageIdentifierUpdateProcessor {
|
||||||
|
|
||||||
|
public LangDetectLanguageIdentifierUpdateProcessor(SolrQueryRequest req,
|
||||||
|
SolrQueryResponse rsp, UpdateRequestProcessor next) {
|
||||||
|
super(req, rsp, next);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected List<DetectedLanguage> detectLanguage(String content) {
|
||||||
|
if (content.trim().length() == 0) { // to be consistent with the tika impl?
|
||||||
|
log.debug("No input text to detect language from, returning empty list");
|
||||||
|
return Collections.emptyList();
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
Detector detector = DetectorFactory.create();
|
||||||
|
detector.append(content);
|
||||||
|
ArrayList<Language> langlist = detector.getProbabilities();
|
||||||
|
ArrayList<DetectedLanguage> solrLangList = new ArrayList<DetectedLanguage>();
|
||||||
|
for (Language l: langlist) {
|
||||||
|
solrLangList.add(new DetectedLanguage(l.lang, l.prob));
|
||||||
|
}
|
||||||
|
return solrLangList;
|
||||||
|
} catch (LangDetectException e) {
|
||||||
|
log.debug("Could not determine language, returning empty list: ", e);
|
||||||
|
return Collections.emptyList();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,136 @@
|
||||||
|
package org.apache.solr.update.processor;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
|
* this work for additional information regarding copyright ownership.
|
||||||
|
* The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
* (the "License"); you may not use this file except in compliance with
|
||||||
|
* the License. You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
import java.io.BufferedReader;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.io.InputStream;
|
||||||
|
import java.io.InputStreamReader;
|
||||||
|
import java.nio.charset.Charset;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import org.apache.commons.io.IOUtils;
|
||||||
|
import org.apache.solr.common.params.SolrParams;
|
||||||
|
import org.apache.solr.common.util.NamedList;
|
||||||
|
import org.apache.solr.core.SolrCore;
|
||||||
|
import org.apache.solr.request.SolrQueryRequest;
|
||||||
|
import org.apache.solr.response.SolrQueryResponse;
|
||||||
|
import org.apache.solr.util.SolrPluginUtils;
|
||||||
|
import org.apache.solr.util.plugin.SolrCoreAware;
|
||||||
|
|
||||||
|
import com.cybozu.labs.langdetect.DetectorFactory;
|
||||||
|
import com.cybozu.labs.langdetect.LangDetectException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Identifies the language of a set of input fields using
|
||||||
|
* http://code.google.com/p/language-detection
|
||||||
|
* <p/>
|
||||||
|
* The UpdateProcessorChain config entry can take a number of parameters
|
||||||
|
* which may also be passed as HTTP parameters on the update request
|
||||||
|
* and override the defaults. Here is the simplest processor config possible:
|
||||||
|
*
|
||||||
|
* <pre class="prettyprint" >
|
||||||
|
* <processor class="org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory">
|
||||||
|
* <str name="langid.fl">title,text</str>
|
||||||
|
* <str name="langid.langField">language_s</str>
|
||||||
|
* </processor>
|
||||||
|
* </pre>
|
||||||
|
* See <a href="http://wiki.apache.org/solr/LanguageDetection">http://wiki.apache.org/solr/LanguageDetection</a>
|
||||||
|
* @since 3.5
|
||||||
|
*/
|
||||||
|
public class LangDetectLanguageIdentifierUpdateProcessorFactory extends
|
||||||
|
UpdateRequestProcessorFactory implements SolrCoreAware, LangIdParams {
|
||||||
|
|
||||||
|
protected SolrParams defaults;
|
||||||
|
protected SolrParams appends;
|
||||||
|
protected SolrParams invariants;
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void inform(SolrCore core) {
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The UpdateRequestProcessor may be initialized in solrconfig.xml similarly
|
||||||
|
* to a RequestHandler, with defaults, appends and invariants.
|
||||||
|
* @param args a NamedList with the configuration parameters
|
||||||
|
*/
|
||||||
|
@SuppressWarnings("rawtypes")
|
||||||
|
public void init( NamedList args )
|
||||||
|
{
|
||||||
|
try {
|
||||||
|
loadData();
|
||||||
|
} catch (Exception e) {
|
||||||
|
throw new RuntimeException("Couldn't load profile data, will return empty languages always!", e);
|
||||||
|
}
|
||||||
|
if (args != null) {
|
||||||
|
Object o;
|
||||||
|
o = args.get("defaults");
|
||||||
|
if (o != null && o instanceof NamedList) {
|
||||||
|
defaults = SolrParams.toSolrParams((NamedList) o);
|
||||||
|
} else {
|
||||||
|
defaults = SolrParams.toSolrParams(args);
|
||||||
|
}
|
||||||
|
o = args.get("appends");
|
||||||
|
if (o != null && o instanceof NamedList) {
|
||||||
|
appends = SolrParams.toSolrParams((NamedList) o);
|
||||||
|
}
|
||||||
|
o = args.get("invariants");
|
||||||
|
if (o != null && o instanceof NamedList) {
|
||||||
|
invariants = SolrParams.toSolrParams((NamedList) o);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public UpdateRequestProcessor getInstance(SolrQueryRequest req,
|
||||||
|
SolrQueryResponse rsp, UpdateRequestProcessor next) {
|
||||||
|
// Process defaults, appends and invariants if we got a request
|
||||||
|
if(req != null) {
|
||||||
|
SolrPluginUtils.setDefaults(req, defaults, appends, invariants);
|
||||||
|
}
|
||||||
|
return new LangDetectLanguageIdentifierUpdateProcessor(req, rsp, next);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// DetectorFactory is totally global, so we only want to do this once... ever!!!
|
||||||
|
static boolean loaded;
|
||||||
|
|
||||||
|
// profiles we will load from classpath
|
||||||
|
static final String languages[] = {
|
||||||
|
"af", "ar", "bg", "bn", "cs", "da", "de", "el", "en", "es", "et", "fa", "fi", "fr", "gu",
|
||||||
|
"he", "hi", "hr", "hu", "id", "it", "ja", "kn", "ko", "lt", "lv", "mk", "ml", "mr", "ne",
|
||||||
|
"nl", "no", "pa", "pl", "pt", "ro", "ru", "sk", "sl", "so", "sq", "sv", "sw", "ta", "te",
|
||||||
|
"th", "tl", "tr", "uk", "ur", "vi", "zh-cn", "zh-tw"
|
||||||
|
};
|
||||||
|
|
||||||
|
public static synchronized void loadData() throws IOException, LangDetectException {
|
||||||
|
if (loaded)
|
||||||
|
return;
|
||||||
|
loaded = true;
|
||||||
|
List<String> profileData = new ArrayList<String>();
|
||||||
|
Charset encoding = Charset.forName("UTF-8");
|
||||||
|
for (String language : languages) {
|
||||||
|
InputStream stream = LangDetectLanguageIdentifierUpdateProcessor.class.getResourceAsStream("langdetect-profiles/" + language);
|
||||||
|
BufferedReader reader = new BufferedReader(new InputStreamReader(stream, encoding));
|
||||||
|
profileData.add(new String(IOUtils.toCharArray(reader)));
|
||||||
|
reader.close();
|
||||||
|
}
|
||||||
|
DetectorFactory.loadProfile(profileData);
|
||||||
|
}
|
||||||
|
}
|
|
@ -26,7 +26,6 @@ import org.apache.solr.request.SolrQueryRequest;
|
||||||
import org.apache.solr.response.SolrQueryResponse;
|
import org.apache.solr.response.SolrQueryResponse;
|
||||||
import org.apache.solr.schema.IndexSchema;
|
import org.apache.solr.schema.IndexSchema;
|
||||||
import org.apache.solr.update.AddUpdateCommand;
|
import org.apache.solr.update.AddUpdateCommand;
|
||||||
import org.apache.tika.language.LanguageIdentifier;
|
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
@ -40,15 +39,15 @@ import java.util.regex.Pattern;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Identifies the language of a set of input fields using Tika's
|
* Identifies the language of a set of input fields.
|
||||||
* LanguageIdentifier. Also supports mapping of field names based
|
* Also supports mapping of field names based
|
||||||
* on detected language.
|
* on detected language.
|
||||||
* The tika-core-x.y.jar must be on the classpath
|
|
||||||
* <p>
|
* <p>
|
||||||
* See <a href="http://wiki.apache.org/solr/LanguageDetection">http://wiki.apache.org/solr/LanguageDetection</a>
|
* See <a href="http://wiki.apache.org/solr/LanguageDetection">http://wiki.apache.org/solr/LanguageDetection</a>
|
||||||
* @since 3.5
|
* @since 3.5
|
||||||
|
* @lucene.experimental
|
||||||
*/
|
*/
|
||||||
public class LanguageIdentifierUpdateProcessor extends UpdateRequestProcessor implements LangIdParams {
|
public abstract class LanguageIdentifierUpdateProcessor extends UpdateRequestProcessor implements LangIdParams {
|
||||||
|
|
||||||
protected final static Logger log = LoggerFactory
|
protected final static Logger log = LoggerFactory
|
||||||
.getLogger(LanguageIdentifierUpdateProcessor.class);
|
.getLogger(LanguageIdentifierUpdateProcessor.class);
|
||||||
|
@ -300,23 +299,7 @@ public class LanguageIdentifierUpdateProcessor extends UpdateRequestProcessor im
|
||||||
* @param content The content to identify
|
* @param content The content to identify
|
||||||
* @return List of detected language(s) according to RFC-3066
|
* @return List of detected language(s) according to RFC-3066
|
||||||
*/
|
*/
|
||||||
protected List<DetectedLanguage> detectLanguage(String content) {
|
protected abstract List<DetectedLanguage> detectLanguage(String content);
|
||||||
List<DetectedLanguage> languages = new ArrayList<DetectedLanguage>();
|
|
||||||
if(content.trim().length() != 0) {
|
|
||||||
LanguageIdentifier identifier = new LanguageIdentifier(content);
|
|
||||||
// FIXME: Hack - we get the distance from toString and calculate our own certainty score
|
|
||||||
Double distance = Double.parseDouble(tikaSimilarityPattern.matcher(identifier.toString()).replaceFirst("$1"));
|
|
||||||
// This formula gives: 0.02 => 0.8, 0.1 => 0.5 which is a better sweetspot than isReasonablyCertain()
|
|
||||||
Double certainty = 1 - (5 * distance);
|
|
||||||
certainty = (certainty < 0) ? 0 : certainty;
|
|
||||||
DetectedLanguage language = new DetectedLanguage(identifier.getLanguage(), certainty);
|
|
||||||
languages.add(language);
|
|
||||||
log.debug("Language detected as "+language+" with a certainty of "+language.getCertainty()+" (Tika distance="+identifier.toString()+")");
|
|
||||||
} else {
|
|
||||||
log.debug("No input text to detect language from, returning empty list");
|
|
||||||
}
|
|
||||||
return languages;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Chooses a language based on the list of candidates detected
|
* Chooses a language based on the list of candidates detected
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
package org.apache.solr.update.processor;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
|
* this work for additional information regarding copyright ownership.
|
||||||
|
* The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
* (the "License"); you may not use this file except in compliance with
|
||||||
|
* the License. You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import org.apache.solr.request.SolrQueryRequest;
|
||||||
|
import org.apache.solr.response.SolrQueryResponse;
|
||||||
|
import org.apache.tika.language.LanguageIdentifier;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Identifies the language of a set of input fields using Tika's
|
||||||
|
* LanguageIdentifier.
|
||||||
|
* The tika-core-x.y.jar must be on the classpath
|
||||||
|
* <p>
|
||||||
|
* See <a href="http://wiki.apache.org/solr/LanguageDetection">http://wiki.apache.org/solr/LanguageDetection</a>
|
||||||
|
* @since 3.5
|
||||||
|
*/
|
||||||
|
public class TikaLanguageIdentifierUpdateProcessor extends LanguageIdentifierUpdateProcessor {
|
||||||
|
|
||||||
|
public TikaLanguageIdentifierUpdateProcessor(SolrQueryRequest req,
|
||||||
|
SolrQueryResponse rsp, UpdateRequestProcessor next) {
|
||||||
|
super(req, rsp, next);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected List<DetectedLanguage> detectLanguage(String content) {
|
||||||
|
List<DetectedLanguage> languages = new ArrayList<DetectedLanguage>();
|
||||||
|
if(content.trim().length() != 0) {
|
||||||
|
LanguageIdentifier identifier = new LanguageIdentifier(content);
|
||||||
|
// FIXME: Hack - we get the distance from toString and calculate our own certainty score
|
||||||
|
Double distance = Double.parseDouble(tikaSimilarityPattern.matcher(identifier.toString()).replaceFirst("$1"));
|
||||||
|
// This formula gives: 0.02 => 0.8, 0.1 => 0.5 which is a better sweetspot than isReasonablyCertain()
|
||||||
|
Double certainty = 1 - (5 * distance);
|
||||||
|
certainty = (certainty < 0) ? 0 : certainty;
|
||||||
|
DetectedLanguage language = new DetectedLanguage(identifier.getLanguage(), certainty);
|
||||||
|
languages.add(language);
|
||||||
|
log.debug("Language detected as "+language+" with a certainty of "+language.getCertainty()+" (Tika distance="+identifier.toString()+")");
|
||||||
|
} else {
|
||||||
|
log.debug("No input text to detect language from, returning empty list");
|
||||||
|
}
|
||||||
|
return languages;
|
||||||
|
}
|
||||||
|
}
|
|
@ -34,7 +34,7 @@ import org.apache.solr.util.plugin.SolrCoreAware;
|
||||||
* and override the defaults. Here is the simplest processor config possible:
|
* and override the defaults. Here is the simplest processor config possible:
|
||||||
*
|
*
|
||||||
* <pre class="prettyprint" >
|
* <pre class="prettyprint" >
|
||||||
* <processor class="org.apache.solr.update.processor.LanguageIdentifierUpdateProcessorFactory">
|
* <processor class="org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory">
|
||||||
* <str name="langid.fl">title,text</str>
|
* <str name="langid.fl">title,text</str>
|
||||||
* <str name="langid.langField">language_s</str>
|
* <str name="langid.langField">language_s</str>
|
||||||
* </processor>
|
* </processor>
|
||||||
|
@ -42,7 +42,7 @@ import org.apache.solr.util.plugin.SolrCoreAware;
|
||||||
* See <a href="http://wiki.apache.org/solr/LanguageDetection">http://wiki.apache.org/solr/LanguageDetection</a>
|
* See <a href="http://wiki.apache.org/solr/LanguageDetection">http://wiki.apache.org/solr/LanguageDetection</a>
|
||||||
* @since 3.5
|
* @since 3.5
|
||||||
*/
|
*/
|
||||||
public class LanguageIdentifierUpdateProcessorFactory extends
|
public class TikaLanguageIdentifierUpdateProcessorFactory extends
|
||||||
UpdateRequestProcessorFactory implements SolrCoreAware, LangIdParams {
|
UpdateRequestProcessorFactory implements SolrCoreAware, LangIdParams {
|
||||||
|
|
||||||
protected SolrParams defaults;
|
protected SolrParams defaults;
|
||||||
|
@ -87,7 +87,7 @@ public class LanguageIdentifierUpdateProcessorFactory extends
|
||||||
if(req != null) {
|
if(req != null) {
|
||||||
SolrPluginUtils.setDefaults(req, defaults, appends, invariants);
|
SolrPluginUtils.setDefaults(req, defaults, appends, invariants);
|
||||||
}
|
}
|
||||||
return new LanguageIdentifierUpdateProcessor(req, rsp, next);
|
return new TikaLanguageIdentifierUpdateProcessor(req, rsp, next);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -62,7 +62,24 @@
|
||||||
</requestHandler>
|
</requestHandler>
|
||||||
|
|
||||||
<updateRequestProcessorChain name="lang_id">
|
<updateRequestProcessorChain name="lang_id">
|
||||||
<processor class="org.apache.solr.update.processor.LanguageIdentifierUpdateProcessorFactory">
|
<processor class="org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory">
|
||||||
|
<!-- Can take defaults, invariants and appends just like req handlers-->
|
||||||
|
<lst name="defaults">
|
||||||
|
<bool name="langid">true</bool>
|
||||||
|
<str name="langid.fl">name,subject</str>
|
||||||
|
<bool name="langid.map">true</bool>
|
||||||
|
<str name="langid.langField">language_s</str>
|
||||||
|
<str name="langid.langsField">language_sm</str>
|
||||||
|
<str name="langid.map.lcmap">th:thai</str>
|
||||||
|
<float name="threshold">0.5</float>
|
||||||
|
<str name="langid.fallback">fallback</str>
|
||||||
|
</lst>
|
||||||
|
</processor>
|
||||||
|
<processor class="solr.RunUpdateProcessorFactory" />
|
||||||
|
</updateRequestProcessorChain>
|
||||||
|
|
||||||
|
<updateRequestProcessorChain name="lang_id_alt">
|
||||||
|
<processor class="org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory">
|
||||||
<!-- Can take defaults, invariants and appends just like req handlers-->
|
<!-- Can take defaults, invariants and appends just like req handlers-->
|
||||||
<lst name="defaults">
|
<lst name="defaults">
|
||||||
<bool name="langid">true</bool>
|
<bool name="langid">true</bool>
|
||||||
|
|
|
@ -0,0 +1,62 @@
|
||||||
|
package org.apache.solr.update.processor;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
|
* this work for additional information regarding copyright ownership.
|
||||||
|
* The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
* (the "License"); you may not use this file except in compliance with
|
||||||
|
* the License. You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
import org.apache.solr.common.SolrInputDocument;
|
||||||
|
import org.apache.solr.common.params.ModifiableSolrParams;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
public class LangDetectLanguageIdentifierUpdateProcessorFactoryTest extends LanguageIdentifierUpdateProcessorFactoryTestCase {
|
||||||
|
@Override
|
||||||
|
protected LanguageIdentifierUpdateProcessor createLangIdProcessor(ModifiableSolrParams parameters) throws Exception {
|
||||||
|
return new LangDetectLanguageIdentifierUpdateProcessor(_parser.buildRequestFrom(null, parameters, null), resp, null);
|
||||||
|
}
|
||||||
|
|
||||||
|
// this one actually works better it seems with short docs
|
||||||
|
@Override
|
||||||
|
protected SolrInputDocument tooShortDoc() {
|
||||||
|
SolrInputDocument doc = new SolrInputDocument();
|
||||||
|
doc.addField("text", "");
|
||||||
|
return doc;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* we don't return 'un' for the super-short one (this detector things hungarian?).
|
||||||
|
* replace this with japanese
|
||||||
|
*/
|
||||||
|
@Test @Override
|
||||||
|
public void testLangIdGlobal() throws Exception {
|
||||||
|
parameters = new ModifiableSolrParams();
|
||||||
|
parameters.add("langid.fl", "name,subject");
|
||||||
|
parameters.add("langid.langField", "language_s");
|
||||||
|
parameters.add("langid.fallback", "un");
|
||||||
|
liProcessor = createLangIdProcessor(parameters);
|
||||||
|
|
||||||
|
assertLang("no", "id", "1no", "name", "Lucene", "subject", "Lucene er et fri/åpen kildekode programvarebibliotek for informasjonsgjenfinning, opprinnelig utviklet i programmeringsspråket Java av Doug Cutting. Lucene støttes av Apache Software Foundation og utgis under Apache-lisensen.");
|
||||||
|
assertLang("en", "id", "2en", "name", "Lucene", "subject", "Apache Lucene is a free/open source information retrieval software library, originally created in Java by Doug Cutting. It is supported by the Apache Software Foundation and is released under the Apache Software License.");
|
||||||
|
assertLang("sv", "id", "3sv", "name", "Maven", "subject", "Apache Maven är ett verktyg utvecklat av Apache Software Foundation och används inom systemutveckling av datorprogram i programspråket Java. Maven används för att automatiskt paketera (bygga) programfilerna till en distribuerbar enhet. Maven används inom samma område som Apache Ant men dess byggfiler är deklarativa till skillnad ifrån Ants skriptbaserade.");
|
||||||
|
assertLang("es", "id", "4es", "name", "Lucene", "subject", "Lucene es un API de código abierto para recuperación de información, originalmente implementada en Java por Doug Cutting. Está apoyado por el Apache Software Foundation y se distribuye bajo la Apache Software License. Lucene tiene versiones para otros lenguajes incluyendo Delphi, Perl, C#, C++, Python, Ruby y PHP.");
|
||||||
|
assertLang("ja", "id", "5ja", "name", "Japanese", "subject", "日本語(にほんご、にっぽんご)は主として、日本で使用されてきた言語である。日本国は法令上、公用語を明記していないが、事実上の公用語となっており、学校教育の「国語」で教えられる。");
|
||||||
|
assertLang("th", "id", "6th", "name", "บทความคัดสรรเดือนนี้", "subject", "อันเนอลีส มารี อันเนอ ฟรังค์ หรือมักรู้จักในภาษาไทยว่า แอนน์ แฟรงค์ เป็นเด็กหญิงชาวยิว เกิดที่เมืองแฟรงก์เฟิร์ต ประเทศเยอรมนี เธอมีชื่อเสียงโด่งดังในฐานะผู้เขียนบันทึกประจำวันซึ่งต่อมาได้รับการตีพิมพ์เป็นหนังสือ บรรยายเหตุการณ์ขณะหลบซ่อนตัวจากการล่าชาวยิวในประเทศเนเธอร์แลนด์ ระหว่างที่ถูกเยอรมนีเข้าครอบครองในช่วงสงครามโลกครั้งที่สอง");
|
||||||
|
assertLang("ru", "id", "7ru", "name", "Lucene", "subject", "The Apache Lucene — это свободная библиотека для высокоскоростного полнотекстового поиска, написанная на Java. Может быть использована для поиска в интернете и других областях компьютерной лингвистики (аналитическая философия).");
|
||||||
|
assertLang("de", "id", "8de", "name", "Lucene", "subject", "Lucene ist ein Freie-Software-Projekt der Apache Software Foundation, das eine Suchsoftware erstellt. Durch die hohe Leistungsfähigkeit und Skalierbarkeit können die Lucene-Werkzeuge für beliebige Projektgrößen und Anforderungen eingesetzt werden. So setzt beispielsweise Wikipedia Lucene für die Volltextsuche ein. Zudem verwenden die beiden Desktop-Suchprogramme Beagle und Strigi eine C#- bzw. C++- Portierung von Lucene als Indexer.");
|
||||||
|
assertLang("fr", "id", "9fr", "name", "Lucene", "subject", "Lucene est un moteur de recherche libre écrit en Java qui permet d'indexer et de rechercher du texte. C'est un projet open source de la fondation Apache mis à disposition sous licence Apache. Il est également disponible pour les langages Ruby, Perl, C++, PHP.");
|
||||||
|
assertLang("nl", "id", "10nl", "name", "Lucene", "subject", "Lucene is een gratis open source, tekst gebaseerde information retrieval API van origine geschreven in Java door Doug Cutting. Het wordt ondersteund door de Apache Software Foundation en is vrijgegeven onder de Apache Software Licentie. Lucene is ook beschikbaar in andere programeertalen zoals Perl, C#, C++, Python, Ruby en PHP.");
|
||||||
|
assertLang("it", "id", "11it", "name", "Lucene", "subject", "Lucene è una API gratuita ed open source per il reperimento di informazioni inizialmente implementata in Java da Doug Cutting. È supportata dall'Apache Software Foundation ed è resa disponibile con l'Apache License. Lucene è stata successivamente reimplementata in Perl, C#, C++, Python, Ruby e PHP.");
|
||||||
|
assertLang("pt", "id", "12pt", "name", "Lucene", "subject", "Apache Lucene, ou simplesmente Lucene, é um software de busca e uma API de indexação de documentos, escrito na linguagem de programação Java. É um software de código aberto da Apache Software Foundation licenciado através da licença Apache.");
|
||||||
|
}
|
||||||
|
}
|
|
@ -31,7 +31,7 @@ import org.apache.solr.request.SolrQueryRequest;
|
||||||
import org.apache.solr.response.SolrQueryResponse;
|
import org.apache.solr.response.SolrQueryResponse;
|
||||||
import org.apache.solr.servlet.SolrRequestParsers;
|
import org.apache.solr.servlet.SolrRequestParsers;
|
||||||
|
|
||||||
public class LanguageIdentifierUpdateProcessorFactoryTest extends SolrTestCaseJ4 {
|
public abstract class LanguageIdentifierUpdateProcessorFactoryTestCase extends SolrTestCaseJ4 {
|
||||||
|
|
||||||
protected static SolrRequestParsers _parser;
|
protected static SolrRequestParsers _parser;
|
||||||
protected static SolrQueryRequest req;
|
protected static SolrQueryRequest req;
|
||||||
|
@ -189,17 +189,15 @@ public class LanguageIdentifierUpdateProcessorFactoryTest extends SolrTestCaseJ4
|
||||||
return doc;
|
return doc;
|
||||||
}
|
}
|
||||||
|
|
||||||
private SolrInputDocument tooShortDoc() {
|
protected SolrInputDocument tooShortDoc() {
|
||||||
SolrInputDocument doc = new SolrInputDocument();
|
SolrInputDocument doc = new SolrInputDocument();
|
||||||
doc.addField("text", "This text is too short");
|
doc.addField("text", "This text is too short");
|
||||||
return doc;
|
return doc;
|
||||||
}
|
}
|
||||||
|
|
||||||
private LanguageIdentifierUpdateProcessor createLangIdProcessor(ModifiableSolrParams parameters) throws Exception {
|
protected abstract LanguageIdentifierUpdateProcessor createLangIdProcessor(ModifiableSolrParams parameters) throws Exception;
|
||||||
return new LanguageIdentifierUpdateProcessor(_parser.buildRequestFrom(null, parameters, null), resp, null);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void assertLang(String langCode, String... fieldsAndValues) throws Exception {
|
protected void assertLang(String langCode, String... fieldsAndValues) throws Exception {
|
||||||
if(liProcessor == null)
|
if(liProcessor == null)
|
||||||
throw new Exception("Processor must be initialized before calling assertLang()");
|
throw new Exception("Processor must be initialized before calling assertLang()");
|
||||||
SolrInputDocument doc = sid(fieldsAndValues);
|
SolrInputDocument doc = sid(fieldsAndValues);
|
|
@ -0,0 +1,27 @@
|
||||||
|
package org.apache.solr.update.processor;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
|
* this work for additional information regarding copyright ownership.
|
||||||
|
* The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
* (the "License"); you may not use this file except in compliance with
|
||||||
|
* the License. You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
import org.apache.solr.common.params.ModifiableSolrParams;
|
||||||
|
|
||||||
|
public class TikaLanguageIdentifierUpdateProcessorFactoryTest extends LanguageIdentifierUpdateProcessorFactoryTestCase {
|
||||||
|
@Override
|
||||||
|
protected LanguageIdentifierUpdateProcessor createLangIdProcessor(ModifiableSolrParams parameters) throws Exception {
|
||||||
|
return new TikaLanguageIdentifierUpdateProcessor(_parser.buildRequestFrom(null, parameters, null), resp, null);
|
||||||
|
}
|
||||||
|
}
|
|
@ -1541,7 +1541,7 @@
|
||||||
-->
|
-->
|
||||||
<!--
|
<!--
|
||||||
<updateRequestProcessorChain name="langid">
|
<updateRequestProcessorChain name="langid">
|
||||||
<processor class="org.apache.solr.update.processor.LanguageIdentifierUpdateProcessorFactory">
|
<processor class="org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory">
|
||||||
<str name="langid.fl">text,title,subject,description</str>
|
<str name="langid.fl">text,title,subject,description</str>
|
||||||
<str name="langid.langField">language_s</str>
|
<str name="langid.langField">language_s</str>
|
||||||
<str name="langid.fallback">en</str>
|
<str name="langid.fallback">en</str>
|
||||||
|
|
Loading…
Reference in New Issue