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.
@@ -1,6 +1,6 @@
1
1
  module StanfordCoreNLP
2
2
 
3
- VERSION = '0.3.4'
3
+ VERSION = '0.3.5'
4
4
 
5
5
  require 'bind-it'
6
6
  extend BindIt::Binding
@@ -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 => :negra,
27
- :chinese => :penn_chinese,
28
- :french => :simple
26
+ :german => :stutgart,
27
+ :chinese => :chinese,
28
+ :french => :paris7
29
29
  }
30
30
 
31
31
  # Default models for all languages.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stanford-core-nlp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: