-
Expert System Deutschland GmbH
- Germany
- www.expertsystem.com
Block or Report
Block or report swelcker
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
cmd.csp.classifier Public
Simple implementation of text classifier in Java with built in SVM, C4.5, kNN, and naive Bayesian classifiers. Support for common text preprocessors and for CVS format. You can plugin your own clas…
Java
-
cmd.csp.similarity Public
A library implementing different string similarity and distance measures for ease of use. A dozen of algorithms (including Levenshtein edit distance and sibblings, Jaro-Winkler, Longest Common Subs…
Java
-
cmd.csp.postagger Public
A robust and easy-to-use toolkit for POS (Part of Speech; NLP) tagging. It's approach is to automatically construct tagging rules in the form of a binary tree. Supports pre-trained UPOS, XPOS taggi…
Java
-
cmd.csp.stemmer Public
Simple implementation of Snowball Stemmer (http://snowballstem.org/) in Java with Stemmers for 20+ languages. Helpful to reduce tokens to their core syntax esp. when processing them in Machine Lear…
Java