rbtagger 0.2.3 → 0.2.4
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.
- data/PostInstall.txt +1 -7
- data/lib/rbtagger/version.rb +1 -1
- data/website/index.html +8 -5
- data/website/index.txt +6 -4
- data/website/stylesheets/screen.css +1 -1
- data/website/template.html.erb +10 -1
- metadata +6 -11
data/PostInstall.txt
CHANGED
data/lib/rbtagger/version.rb
CHANGED
data/website/index.html
CHANGED
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
<h1>rbtagger</h1>
|
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rbtagger"; return false'>
|
|
35
35
|
<p>Get Version</p>
|
|
36
|
-
<a href="http://rubyforge.org/projects/rbtagger" class="numbers">0.2.
|
|
36
|
+
<a href="http://rubyforge.org/projects/rbtagger" class="numbers">0.2.3</a>
|
|
37
37
|
</div>
|
|
38
|
-
<h4 style="float:right;padding-right:10px;"> → ‘
|
|
38
|
+
<h4 style="float:right;padding-right:10px;"> → ‘rbtagger’</h4>
|
|
39
39
|
|
|
40
40
|
<h2>What</h2>
|
|
41
41
|
|
|
@@ -49,7 +49,10 @@
|
|
|
49
49
|
<h2>Installing</h2>
|
|
50
50
|
|
|
51
51
|
|
|
52
|
-
<p><pre class='syntax'>
|
|
52
|
+
<p><pre class='syntax'>
|
|
53
|
+
wget http://rubyforge.org/frs/download.php/37542/rbtagger-0.2.3.gem
|
|
54
|
+
gem install rbtagger-0.2.3.gem
|
|
55
|
+
</pre></p>
|
|
53
56
|
|
|
54
57
|
|
|
55
58
|
<h2>The basics</h2>
|
|
@@ -110,9 +113,9 @@ rake install_gem</pre>
|
|
|
110
113
|
<h2>Contact</h2>
|
|
111
114
|
|
|
112
115
|
|
|
113
|
-
<p>Comments are welcome. Send an email to <a href="mailto:
|
|
116
|
+
<p>Comments are welcome. Send an email to <a href="mailto:rb-brill-tagger@googlegroups.com">Todd A. Fisher</a> email via the <a href="http://groups.google.com/group/rb-brill-tagger">forum</a></p>
|
|
114
117
|
<p class="coda">
|
|
115
|
-
<a href="
|
|
118
|
+
<a href="http://xullicious.blogspot.com/">Todd A. Fisher</a>, 27th May 2008<br>
|
|
116
119
|
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
|
|
117
120
|
</p>
|
|
118
121
|
</div>
|
data/website/index.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
h1. rbtagger
|
|
2
2
|
|
|
3
|
-
<h4 style="float:right;padding-right:10px;"> → '
|
|
3
|
+
<h4 style="float:right;padding-right:10px;"> → 'rbtagger'</h4>
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
h2. What
|
|
@@ -11,7 +11,10 @@ This work is based on the work of Eric Brill
|
|
|
11
11
|
|
|
12
12
|
h2. Installing
|
|
13
13
|
|
|
14
|
-
<pre syntax="bash">
|
|
14
|
+
<pre syntax="bash">
|
|
15
|
+
wget http://rubyforge.org/frs/download.php/37542/rbtagger-0.2.3.gem
|
|
16
|
+
gem install rbtagger-0.2.3.gem
|
|
17
|
+
</pre>
|
|
15
18
|
|
|
16
19
|
h2. The basics
|
|
17
20
|
|
|
@@ -59,5 +62,4 @@ This code is free to use under the terms of the MIT license.
|
|
|
59
62
|
|
|
60
63
|
h2. Contact
|
|
61
64
|
|
|
62
|
-
Comments are welcome. Send an email to "
|
|
63
|
-
|
|
65
|
+
Comments are welcome. Send an email to "Todd A. Fisher":mailto:rb-brill-tagger@googlegroups.com email via the "forum":http://groups.google.com/group/rb-brill-tagger
|
data/website/template.html.erb
CHANGED
|
@@ -37,12 +37,21 @@
|
|
|
37
37
|
</div>
|
|
38
38
|
<%= body %>
|
|
39
39
|
<p class="coda">
|
|
40
|
-
<a href="
|
|
40
|
+
<a href="http://xullicious.blogspot.com/">Todd A. Fisher</a>, <%= modified.pretty %><br>
|
|
41
41
|
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
|
|
42
42
|
</p>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
<!-- insert site tracking codes here, like Google Urchin -->
|
|
46
|
+
<script type="text/javascript">
|
|
47
|
+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
48
|
+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
49
|
+
</script>
|
|
50
|
+
<script type="text/javascript">
|
|
51
|
+
var pageTracker = _gat._getTracker("UA-246931-6");
|
|
52
|
+
pageTracker._initData();
|
|
53
|
+
pageTracker._trackPageview();
|
|
54
|
+
</script>
|
|
46
55
|
|
|
47
56
|
</body>
|
|
48
57
|
</html>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbtagger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Todd A. Fisher
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-
|
|
12
|
+
date: 2008-06-22 00:00:00 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -125,14 +125,9 @@ files:
|
|
|
125
125
|
- website/template.html.erb
|
|
126
126
|
has_rdoc: true
|
|
127
127
|
homepage: http://rbtagger.rubyforge.org
|
|
128
|
-
post_install_message:
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
NOTE: Change this information in PostInstall.txt
|
|
133
|
-
You can also delete it if you don't want it.
|
|
134
|
-
|
|
135
|
-
|
|
128
|
+
post_install_message: |
|
|
129
|
+
For more information on rbtagger, see http://rbtagger.rubyforge.org
|
|
130
|
+
|
|
136
131
|
rdoc_options:
|
|
137
132
|
- --main
|
|
138
133
|
- README.txt
|
|
@@ -155,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
155
150
|
requirements: []
|
|
156
151
|
|
|
157
152
|
rubyforge_project: rbtagger
|
|
158
|
-
rubygems_version: 1.
|
|
153
|
+
rubygems_version: 1.2.0
|
|
159
154
|
signing_key:
|
|
160
155
|
specification_version: 2
|
|
161
156
|
summary: A Simple Ruby Rule-Based Part of Speech Tagger
|