Natural Language Processing - NLP
Es geht im Prinzip darum, dass Maschinen unsere Sprache erkennen. Es geht auch um "Tokenization, Stemming, Lemmatizion, Chunking, Bag of Word Model, stop words, vectorization and transformers)
Gearbeitet wird mit der "Natural Language Toolkit(NTLK) Python - Bibliothek)
Installation: pip install nltk
Link: https://www.nltk.org/
NLTK corpus:
import nltk
nltk.download()
sd