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
25000-syllabified-words-list
Free
A word list containing 25,000 of the most common English words, divided into syllables.…
snapcrack
Free
API-Based Snapchat Brute-Force Tool [POC]…
Aircrack-ng
Open Source
Kali
Complete suite of tools for 802.11 WEP and WPA/WPA2 cracking. Includes monitoring (airodump-ng), att…
wifi-cracking
Open Source
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat…
bopscrk
Open Source
Generate smart and powerful wordlists…
FinderOuter
Open Source
Easy to use bitcoin recovery tool to fix damaged private key, mini-private key, address, BIP38 encry…