The Natural Language Toolkit

NLTK is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning, wrappers for industrial-strength NLP libraries, and an active discussion forum. Source: https://www.nltk.org/ … Read more

Wordcounter

Online editor that can help you to improve word choice and writing style, and, optionally, help you to detect grammar mistakes and plagiarism. To check word count, simply place your cursor into the text box above and start typing. You’ll see the number of characters and words increase or decrease as you type, delete, and … Read more

Using regex on TextWrangler

Why TextWrangler? Some Regex BBEdit / TextWrangler Regular Expression Guide ————————————————————————————————————————————————————————————————————— BBEdit / BBEdit-Lite / TextWrangler Regular Expression Guide Modified: 2018/08/10 01:19 ————————————————————————————————————————————————————————————————————— NOTES: The PCRE engine (Perl Compatible Regular Expressions) is what BBEdit and TextWrangler use. Items I’m unsure of are marked ‘# PCRE?’. The list while fairly comprehensive is not complete. ———————————————————————————————————————————————————————————————————— PATTERN … Read more