[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] rmmseg 0.1.0 Released

Chiyuan Zhang

2/2/2008 5:32:00 AM

rmmseg version 0.1.0 has been released!

* <http://rmmseg.rubyfor...
* <pluskid@gmail.com>

RMMSeg is an implementation of MMSEG Chinese word segmentation
algorithm. It is based on two variants of maximum matching
algorithms. Two algorithms are available for using:

* simple algorithm that uses only forward maximum matching.
* complex algorithm that uses three-word chunk maximum matching and 3
aditonal rules to solve ambiguities.

For more information about the algorithm, please refer to the
following essays:

* http://technology.chtsai....
* http://pluskid.lifegoo....

Changes:

### 0.1.0 / 2008-02-01

* Add filter to filter out Chinese punctuations.

* <http://rmmseg.rubyfor...
* <pluskid@gmail.com>

1 Answer

Dingding Ye

2/2/2008 7:36:00 AM

0

cool~ good job, :)

On Feb 2, 2008 1:31 PM, Chiyuan Zhang <pluskid@gmail.com> wrote:
> rmmseg version 0.1.0 has been released!
>
> * <http://rmmseg.rubyfor...
> * <pluskid@gmail.com>
>
> RMMSeg is an implementation of MMSEG Chinese word segmentation
> algorithm. It is based on two variants of maximum matching
> algorithms. Two algorithms are available for using:
>
> * simple algorithm that uses only forward maximum matching.
> * complex algorithm that uses three-word chunk maximum matching and 3
> aditonal rules to solve ambiguities.
>
> For more information about the algorithm, please refer to the
> following essays:
>
> * http://technology.chtsai....
> * http://pluskid.lifegoo....
>
> Changes:
>
> ### 0.1.0 / 2008-02-01
>
> * Add filter to filter out Chinese punctuations.
>
> * <http://rmmseg.rubyfor...
> * <pluskid@gmail.com>
>
>