public
Description: A Simple Ruby Rule-Based Part of Speech Tagger based on Eric Brill Tagger
Clone URL: git://github.com/taf2/rb-brill-tagger.git
updating version
taf2 (author)
Wed Aug 27 14:04:58 -0700 2008
commit  c62824d35e5d96bbb09d67bd13378846f873dfe4
tree    97745d408edbca59ae6322c2145ab5619725aebe
parent  f6d9f4ee06c7710cc67397d6fcd724ce7fa762f2
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module RbTagger #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
     MINOR = 2
0
- TINY = 8
0
+ TINY = 9
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.