-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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'];
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request