Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/damzaky/sastrawijs
/ functions
Functions
23 in github.com/damzaky/sastrawijs
⨍
Functions
23
◇
Types & classes
8
↓ 157 callers
Method
stem
(word: string)
src/stemmer.ts:67
↓ 110 callers
Method
isOneOf
(c: string, chars: string)
src/stemmer.ts:53
↓ 24 callers
Method
newChar
(word: string, index: number)
src/stemmer.ts:46
↓ 22 callers
Method
isNotOneOf
(c: string, chars: string)
src/stemmer.ts:63
↓ 10 callers
Method
find
(word: string)
src/stemmer.ts:35
↓ 9 callers
Method
hasPrefix
(needle: string, haystack: string)
src/stemmer.ts:31
↓ 3 callers
Method
removePrefixes
(word: string)
src/stemmer.ts:209
↓ 2 callers
Method
removeParticle
(word: string)
src/stemmer.ts:160
↓ 2 callers
Method
removePossesive
(word: string)
src/stemmer.ts:166
↓ 2 callers
Method
removeSuffix
(word: string)
src/stemmer.ts:172
↓ 1 callers
Method
lastReturnLoop
(originalWord: string, suffixes: string[])
src/stemmer.ts:178
↓ 1 callers
Method
parseHtmlEnteties
(str: string)
src/tokenizer.ts:2
↓ 1 callers
Method
removeBePrefix
(word: string)
src/stemmer.ts:539
↓ 1 callers
Method
removeInfix
(word: string)
src/stemmer.ts:664
↓ 1 callers
Method
removeMePrefix
(word: string)
src/stemmer.ts:284
↓ 1 callers
Method
removePePrefix
(word: string)
src/stemmer.ts:384
↓ 1 callers
Method
removePrefix
(word: string)
src/stemmer.ts:242
↓ 1 callers
Method
removeTePrefix
(word: string)
src/stemmer.ts:599
Method
addToDict
(words: string[])
src/stemmer.ts:19
Method
constructor
(dictionary: string[] = defaultDictionary)
src/stemmer.ts:8
Method
print
()
src/stemmer.ts:42
Method
remove
(words: string[])
src/stemmer.ts:25
Method
tokenize
(sentence: string)
src/tokenizer.ts:8