From d3dff93e33bb61bde1cc8c311c38c3ba356b2c7f Mon Sep 17 00:00:00 2001 From: George Marques Date: Mon, 13 Jun 2016 14:12:12 -0300 Subject: [PATCH] Add docs for String.bigrams() and String.similarity(text) --- doc/base/classes.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index b773d85b02f..e687fb5ccf8 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -37268,6 +37268,13 @@ This method controls whether the position between two cached points is interpola Return true if the strings begins with the given string. + + + + + Return the bigrams (pairs of consecutive letters) of this string. + + @@ -37627,6 +37634,15 @@ This method controls whether the position between two cached points is interpola + + + + + + + Return the similarity index of the text compared to this string. 1 means totally similar and 0 means totally dissimilar. + +