Skip to content

Create bigram from String #24

@hernanmd

Description

@hernanmd

I tried to get a bi-gram of a String with letters as bigrams units, but I get an empty Collection as result :

#('Nelson') bigrams.
#Nelson bigrams.
'Nelson' bigrams.

I expected the output to be:

Ne el ls so on

Is this supported or I am missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions