You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -4666,6 +4666,50 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4666
4666
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4667
4667
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4668
4668
4669
+
Copyright (c) 2005, Jacques Savoy
4670
+
4671
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4672
+
4673
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
4674
+
4675
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
4676
+
4677
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4678
+
4679
+
/*
4680
+
* Copyright (c) 2005, Jacques Savoy
4681
+
* All rights reserved.
4682
+
*
4683
+
* Redistribution and use in source and binary forms, with or without
4684
+
* modification, are permitted provided that the following conditions are met:
4685
+
*
4686
+
* Redistributions of source code must retain the above copyright notice, this
4687
+
* list of conditions and the following disclaimer. Redistributions in binary
4688
+
* form must reproduce the above copyright notice, this list of conditions and
4689
+
* the following disclaimer in the documentation and/or other materials
4690
+
* provided with the distribution. Neither the name of the author nor the names
4691
+
* of its contributors may be used to endorse or promote products derived from
4692
+
* this software without specific prior written permission.
4693
+
*
4694
+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
4695
+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4696
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4697
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
4698
+
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
4699
+
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
4700
+
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
4701
+
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4702
+
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4703
+
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4704
+
* POSSIBILITY OF SUCH DAMAGE.
4705
+
*/
4706
+
4707
+
/**
4708
+
* Light Stemmer for Russian.
4709
+
*
4710
+
* <p>This stemmer implements the following algorithm: <i>Indexing and Searching Strategies for the
4711
+
* Russian Language.</i> Ljiljana Dolamic and Jacques Savoy.
4712
+
*/
4669
4713
4670
4714
4671
4715
===
@@ -8672,7 +8716,10 @@ limitations under the License.
8672
8716
8673
8717
8674
8718
Apache Lucene
8675
-
Copyright 2019 The Apache Software Foundation
8719
+
Copyright 2012 The Apache Software Foundation
8720
+
8721
+
This product includes software developed by
8722
+
The Apache Software Foundation (http://www.apache.org/).
8676
8723
8677
8724
The snowball stemmers in
8678
8725
contrib/analyzers/common/src/java/net/sf/snowball
@@ -8688,79 +8735,107 @@ The KStem stemmer in
8688
8735
was developed by Bob Krovetz and Sergio Guzman-Lara (CIIR-UMass Amherst)
8689
8736
under the BSD-license.
8690
8737
8691
-
The Arabic,Persian,Romanian,Bulgarian, and Hindi analyzers (contrib/analyzers) come with a default
8692
-
stopword list that is BSD-licensed created by Jacques Savoy. These files reside in:
0 commit comments