You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUTTER-Tools/ExamineDictionaryWords’s past year of commit activity
Plugin to evaluate the statistical properties of a text analysis dictionary. Gives Mean and Standard Deviations for each word, plus internal consistency metrics…
BUTTER-Tools/LookupLemmatizer’s past year of commit activity
Plugin to lemmatize based on pre-defined lists. At the time of writing this description, the lists used are primarily from https://github.com/michmech/lemmatiza…
BUTTER-Tools/CoreNLPSentiment’s past year of commit activity
Plugin to do sentiment analysis on a sentence-by-sentence basis. Built around CoreNLP.NET (https://sergey-tihon.github.io/Stanford.NLP.NET/StanfordCoreNLP.html)
This plugin will use a BUTTER frequency list to replace individual words with phrases. This is useful for taking n-grams and joining them into single tokens usi…
Pluging that is essentially a C# port of the NLTK Twitter-Aware Tokenizer (i.e., the "casual" tokenizer: https://github.com/nltk/nltk/blob/develop/nltk/tokenize…
Plugin that takes tokens and concatenates them back into a single string. Useful for when you want to tokenize text, do a bunch of preprocessing, then output th…
Plugin to interface with the Receptiviti API (see https://www.receptiviti.com/ and https://receptiviti.github.io/api-docs/). Requires that you have your Recepti…