Skip to content

Word Search by N-gram #30

@paceaux

Description

@paceaux

users should be able to search for words by n-gram.

Given an n-gram, a user should be able to find all words using this n-gram.

e.g.:

var m = New Methodius('This is the most ethereal thing in Math');
words = m.findNGram('th'); // ['This', 'the', 'ethereal','thing', 'Math'];

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions