2025-12-17
Pre-processing steps for NLP
splitting text up with tokenization + removing "textual noise" + reducing tokens with stemming and lemmatization
2025-12-17
splitting text up with tokenization + removing "textual noise" + reducing tokens with stemming and lemmatization
2025-11-05
performing operations on plain text variables
concatenating strings with variables in a neater arrangement
employing special workarounds for special cases of strings
differentiating const + let + var when declaring variables
storing data into named containers
looking at and manipulating numbers in JavaScript
looking at and manipulating plain text in JavaScript