nlp-weka-package released

Just released the first version of my new Weka package for natural language processing (NLP): https://github.com/fracpete/nlp-weka-package At the moment, it contains only some filters (ChangeCase, PartOfSpeechTagging) and tokenizers (WhiteSpaceTokenizer, PTBTokenizer). It uses the Stanford parser for the NLP heavy lifting.