open-nlp 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module OpenNLP
2
2
 
3
3
  # Library version.
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
 
6
6
  # Require Java bindings.
7
7
  require 'open-nlp/bindings'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: open-nlp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -51,20 +51,6 @@ executables: []
51
51
  extensions: []
52
52
  extra_rdoc_files: []
53
53
  files:
54
- - bin/en-chunker.bin
55
- - bin/en-detokenizer.xml
56
- - bin/en-ner-date.bin
57
- - bin/en-ner-location.bin
58
- - bin/en-ner-money.bin
59
- - bin/en-ner-organization.bin
60
- - bin/en-ner-percentage.bin
61
- - bin/en-ner-person.bin
62
- - bin/en-ner-time.bin
63
- - bin/en-parser-chunking.bin
64
- - bin/en-pos-maxent.bin
65
- - bin/en-pos-perceptron.bin
66
- - bin/en-sent.bin
67
- - bin/en-token.bin
68
54
  - bin/jwnl-1.3.3.jar
69
55
  - bin/opennlp-maxent-3.0.2-incubating.jar
70
56
  - bin/opennlp-tools-1.5.2-incubating.jar
Binary file
@@ -1,107 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
-
3
- <!--
4
- Licensed to the Apache Software Foundation (ASF) under one
5
- or more contributor license agreements. See the NOTICE file
6
- distributed with this work for additional information
7
- regarding copyright ownership. The ASF licenses this file
8
- to you under the Apache License, Version 2.0 (the
9
- "License"); you may not use this file except in compliance
10
- with the License. You may obtain a copy of the License at
11
-
12
- http://www.apache.org/licenses/LICENSE-2.0
13
-
14
- Unless required by applicable law or agreed to in writing,
15
- software distributed under the License is distributed on an
16
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
- KIND, either express or implied. See the License for the
18
- specific language governing permissions and limitations
19
- under the License.
20
- -->
21
-
22
- <dictionary>
23
- <entry operation="RIGHT_LEFT_MATCHING">
24
- <token>"</token>
25
- </entry>
26
- <entry operation="RIGHT_LEFT_MATCHING">
27
- <token>'</token>
28
- </entry>
29
- <entry operation="MOVE_LEFT">
30
- <token>.</token>
31
- </entry>
32
- <entry operation="MOVE_LEFT">
33
- <token>?</token>
34
- </entry>
35
- <entry operation="MOVE_LEFT">
36
- <token>!</token>
37
- </entry>
38
- <entry operation="MOVE_LEFT">
39
- <token>,</token>
40
- </entry>
41
- <entry operation="MOVE_LEFT">
42
- <token>;</token>
43
- </entry>
44
- <entry operation="MOVE_LEFT">
45
- <token>:</token>
46
- </entry>
47
- <entry operation="MOVE_RIGHT">
48
- <token>(</token>
49
- </entry>
50
- <entry operation="MOVE_LEFT">
51
- <token>)</token>
52
- </entry>
53
- <entry operation="MOVE_LEFT">
54
- <token>}</token>
55
- </entry>
56
- <entry operation="MOVE_RIGHT">
57
- <token>{</token>
58
- </entry>
59
- <entry operation="MOVE_LEFT">
60
- <token>]</token>
61
- </entry>
62
- <entry operation="MOVE_RIGHT">
63
- <token>[</token>
64
- </entry>
65
- <entry operation="MOVE_RIGHT">
66
- <token>``</token>
67
- </entry>
68
- <entry operation="MOVE_LEFT">
69
- <token>''</token>
70
- </entry>
71
- <entry operation="MOVE_LEFT">
72
- <token>%</token>
73
- </entry>
74
- <entry operation="MOVE_LEFT">
75
- <token>n't</token>
76
- </entry>
77
- <entry operation="MOVE_LEFT">
78
- <token>'ve</token>
79
- </entry>
80
- <entry operation="MOVE_LEFT">
81
- <token>'d</token>
82
- </entry>
83
- <entry operation="MOVE_LEFT">
84
- <token>'ll</token>
85
- </entry>
86
- <entry operation="MOVE_LEFT">
87
- <token>'s</token>
88
- </entry>
89
- <entry operation="MOVE_LEFT">
90
- <token>'re</token>
91
- </entry>
92
- <entry operation="MOVE_LEFT">
93
- <token>'m</token>
94
- </entry>
95
- <entry operation="MOVE_LEFT">
96
- <token>.org</token>
97
- </entry>
98
- <entry operation="MOVE_LEFT">
99
- <token>.com</token>
100
- </entry>
101
- <entry operation="MOVE_LEFT">
102
- <token>.net</token>
103
- </entry>
104
- <entry operation="MOVE_RIGHT">
105
- <token>#</token>
106
- </entry>
107
- </dictionary>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file