From 51cd4b4911652a1f7c0adb5b42732259367dfa11 Mon Sep 17 00:00:00 2001 From: adicodebind <67407853+adicodebind@users.noreply.github.com> Date: Fri, 16 Oct 2020 11:04:52 +0530 Subject: [PATCH] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index bac92ae..239a5d3 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ rmmseg-cpp is a high performance Chinese word segmentation utility for Ruby. It features full "Ferret":http://ferret.davebalmain.com/ integration as well as support for normal Ruby program usage. -rmmseg-cpp is a re-written of the original +rmmseg-cpp is a re-written of the original, RMMSeg(http://rmmseg.rubyforge.org/) gem in C++. RMMSeg is written in pure Ruby. Though I tried hard to tweak RMMSeg, it just consumes lots of memory and the segmenting process is rather slow.