Update qgram.jl

compathelper/new_version/2020-10-08-17-05-17-769-1797568811
matthieugomez 2020-07-23 12:49:00 -07:00
parent b0bd5eb47e
commit 42ddeb32ba
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ qgrams(s, q::Integer) = QGramIterator(collect(s), q)
@doc """
Return an iterator on the q-gram of a string
Return an iterator corresponding to the the q-gram of an iterator.
When the iterator is a String, qgrams are SubStrings.
### Arguments
* `s` iterator