UNPKG

staticsearch

Version:
5 lines (4 loc) 90 B
// default stemming function - does nothing export function stem(word) { return word; }