public
Description: an re-implementation of rmmseg (Chinese word segmentation library for Ruby) in C++
Homepage: http://rmmseg-cpp.rubyforge.org
Clone URL: git://github.com/pluskid/rmmseg-cpp.git
pluskid (author)
Wed Sep 17 07:20:39 -0700 2008
commit  32787caf7efaaae0ff4feb9e3326d4bb5b736ec2
tree    c23315b048667f007455ea5079d5a22bc2a7a6db
parent  dc2b32e9169b094a81d8a53718dc152ace6b2846
rmmseg-cpp / History.txt
100644 14 lines (8 sloc) 0.325 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
== 0.2.7 / 2008-09-17
 
* Fix various stupid bugs (typo) that cause problems under MacOSX.
 
== 0.2.6 / 2008-08-14
 
* Fix the problem that hang up when required (OS: MacOSX-Leopard)
 
== 0.2.5 / 2008-06-07
 
* Created homepage on Rubyforge.
* Gem can be installed directly from Rubyforge now.
* Added rdoc for native extensions.