From f58927be1eeaec95278fd04528e7291f29359fd4 Mon Sep 17 00:00:00 2001 From: Dmitry Ustalov Date: Wed, 14 Jan 2015 21:56:52 +0500 Subject: [PATCH] Simplify the sentence detection explanation [ci skip] --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5360c2e..7af66c7 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,7 @@ pp Greeb::Tokenizer.tokenize(text) ### Segmentation API -The analyzer can also be used to perform text segmentation -into sentences, i.e. for sentence detection. +The analyzer can also perform sentence detection. ```ruby text = 'Hello! How are you?'