estem 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: estem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,10 +11,8 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-05-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description:
|
|
15
|
-
|
|
16
|
-
to do and nothing more. It''s not going to make unnecessary changes to the results.
|
|
17
|
-
For example: dividiéndose=>divid, aLBergueS => aLBerg, HABItantes => HABIt.'
|
|
14
|
+
description: Spanish stemming. Based on Martin Porter's specifications. See README
|
|
15
|
+
file for more information.
|
|
18
16
|
email: maguilamo.c@gmail.com
|
|
19
17
|
executables: []
|
|
20
18
|
extensions: []
|
|
@@ -25,7 +23,7 @@ files:
|
|
|
25
23
|
- lib/estem.rb
|
|
26
24
|
- test/diffs.txt
|
|
27
25
|
- test/test_estem.rb
|
|
28
|
-
homepage:
|
|
26
|
+
homepage: https://github.com/MaG21/estem
|
|
29
27
|
licenses: []
|
|
30
28
|
post_install_message:
|
|
31
29
|
rdoc_options: []
|
|
@@ -48,7 +46,7 @@ rubyforge_project:
|
|
|
48
46
|
rubygems_version: 1.8.24
|
|
49
47
|
signing_key:
|
|
50
48
|
specification_version: 3
|
|
51
|
-
summary:
|
|
49
|
+
summary: Spanish stemming. Based on Martin Porter's specifications.
|
|
52
50
|
test_files:
|
|
53
51
|
- test/diffs.txt
|
|
54
52
|
- test/test_estem.rb
|