stanford-core-nlp 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/stanford-core-nlp.rb +1 -1
- data/lib/stanford-core-nlp/config.rb +3 -3
- metadata +1 -1
data/lib/stanford-core-nlp.rb
CHANGED
@@ -23,9 +23,9 @@ module StanfordCoreNLP
|
|
23
23
|
# Tag sets used by Stanford for each language.
|
24
24
|
TagSets = {
|
25
25
|
:english => :penn,
|
26
|
-
:german => :
|
27
|
-
:chinese => :
|
28
|
-
:french => :
|
26
|
+
:german => :stutgart,
|
27
|
+
:chinese => :chinese,
|
28
|
+
:french => :paris7
|
29
29
|
}
|
30
30
|
|
31
31
|
# Default models for all languages.
|