Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
cklaussner committed Jul 11, 2012
1 parent ac44aa9 commit 003ba8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ A Text Classification API in Java originally developed by DigitalPebble Ltd. The

Standard weighting schemes are provided (occurrences,frequency,tf-idf) for building the vectors. The API aims at facilitating the use of ML for text applications and offers a convenient field-based representation of documents (e.g. title, content, keywords, etc...) with the option to specify a different weighting scheme per field.

A separate project containing examples of use for the API is available on http://github.com/jnioche/textclassification-examples.
A separate project containing examples of use for the API is available on https://github.com/DigitalPebble/textclassification-examples.

It is also used in the GATE TextClassification plugin on http://github.com/jnioche/TextClassificationPlugin.
It is also used in the GATE TextClassification plugin on https://github.com/DigitalPebble/TextClassificationPlugin.

0 comments on commit 003ba8c

Please sign in to comment.