-
Notifications
You must be signed in to change notification settings - Fork 63
/
gradle.properties
64 lines (40 loc) · 2.81 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Copyright © 2018-today Peter M. Stahl [email protected]
#
# 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 expressed or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# options: auto, plain, rich, verbose
org.gradle.console=auto
# options: quiet, warn, lifecycle, info, debug
org.gradle.logging.level=lifecycle
org.gradle.parallel=true
# for error-free compilation and testing on Windows
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
linguaTaskGroup=Lingua-specific
linguaGroupId=com.github.pemistahl
linguaArtifactId=lingua
linguaName=Lingua
linguaDescription=A natural language detection library for Java and the JVM, suitable for long and short text alike
linguaLicenseName=The Apache License, Version 2.0
linguaLicenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
linguaWebsiteUrl=https://github.com/pemistahl/lingua
linguaDeveloperId=pemistahl
linguaDeveloperName=Peter M. Stahl
linguaDeveloperUrl=https://github.com/pemistahl
linguaScmConnection=scm:git:git://github.com/pemistahl/lingua.git
linguaScmDeveloperConnection=scm:git:ssh://github.com:pemistahl/lingua.git
linguaScmUrl=https://github.com/pemistahl/lingua/tree/main
linguaSupportedDetectors=Optimaize,OpenNLP,Tika,Lingua
linguaSupportedLanguages=Afrikaans,Albanian,Amharic,Arabic,Armenian,Azerbaijani,Basque,Belarusian,Bengali,Bokmal,Bosnian,Bulgarian,Catalan,Chinese,Croatian,Czech,Danish,Dutch,English,Esperanto,Estonian,Finnish,French,Ganda,Georgian,German,Greek,Gujarati,Hebrew,Hindi,Hungarian,Icelandic,Indonesian,Irish,Italian,Japanese,Kazakh,Korean,Latin,Latvian,Lithuanian,Macedonian,Malay,Maori,Marathi,Mongolian,Nynorsk,Oromo,Persian,Polish,Portuguese,Punjabi,Romanian,Russian,Serbian,Shona,Sinhala,Slovak,Slovene,Somali,Sotho,Spanish,Swahili,Swedish,Tagalog,Tamil,Telugu,Thai,Tigrinya,Tsonga,Tswana,Turkish,Ukrainian,Urdu,Vietnamese,Welsh,Xhosa,Yoruba,Zulu
linguaMainClass=com.github.pemistahl.lingua.app.AppKt
linguaCsvHeader=language,average-optimaize,single-words-optimaize,word-pairs-optimaize,sentences-optimaize,average-opennlp,single-words-opennlp,word-pairs-opennlp,sentences-opennlp,average-tika,single-words-tika,word-pairs-tika,sentences-tika,average-lingua-low,single-words-lingua-low,word-pairs-lingua-low,sentences-lingua-low,average-lingua-high,single-words-lingua-high,word-pairs-lingua-high,sentences-lingua-high
githubPackagesUrl=https://maven.pkg.github.com/pemistahl/lingua