NLP Technology: Text in Bash/Linux
Text processing is a crucial task in Natural Language Processing; once you start working on some task, you quickly need to perform quick tasks such as counting, applying some regex for search or cleaning, fixing the character encodings, etc.
You probably know how to do all of this stuff in your favourite programming language, but trust me, once you know how to do it in bash, you will never use anything…