Example Usage
>>> import simplemma # get a word myword = 'masks' # decide which language to use and apply it on a word form >>> simplemma.lemmatize(myword, lang='en') 'mask' # grab a list of tokens >>> mytokens = ['Hier', 'sind', 'Vaccines'] >>> for token in mytokens: >>> simplemma.lemmatize(token, lang='de') 'hier' 'sein' 'Vaccines' # list comprehensions can be faster >>> [simplemma.lemmatize(t, lang='de') for t in mytokens] ['hier', 'sein', 'Vaccines']
See also
hebrew_wordlists
Free
אין מילון מלבד Hspell ונדב הראל ודן קניגסברג הם נביאי האמת…
Hashid
Open Source
Kali
Identifies different types of hashes used to encrypt data. Supports over 220 hash types and provides…
longtongue
Open Source
Generate customized Password/Passphrase wordlist based on target information…
Crunch
Open Source
Kali
Wordlist generator that creates wordlists based on specified criteria including character sets, patt…
Kraken
Free
All-in-One Toolkit for BruteForce Attacks…
XArchiver
Free
XArchiver 是一款基于大数据的压缩包密码破解软件,它并不穷举所有可能性,而仅遍历那些网上经常出现的解压密码,在大幅提升破解效率的同时成功率也远高于传统的暴力破解方式。…