Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanfd authored Mar 31, 2017
1 parent 878b092 commit fc23853
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# doc_classifier_knn

Java Implementation of K-Nearest Neighbor Text Categorization

BBC Dataset is used( filenames are refactored to [categoryname]-[number] ). Dataset is under "data" folder.

Run:
java -jar doc_classifier_knn.jar -Dir=data -categories=business,entertainment,politics,sport,tech -trainingSize=150 -k=3

0 comments on commit fc23853

Please sign in to comment.