Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Documentation for Classifiers other than Liblinear? #31

Open
windweller opened this issue Feb 16, 2014 · 0 comments
Open

A Documentation for Classifiers other than Liblinear? #31

windweller opened this issue Feb 16, 2014 · 0 comments
Milestone

Comments

@windweller
Copy link

Hi,

I am a graduate student very new to NLP. I really enjoy the convenience of Scala so I decide to try out Breeze (and turns out it shared out it's NLP package). I need to use classifiers so I picked up Nak :)

The documentation is good and APIs are great. However, after spending 3 hours writing and reading the document (plus two examples), I can't help but notice they are both for LibLinear classifier. However I really want to try out NaiveBayes, Maximum Entropy (Logistic classifier), and Perceptron (well, I need to do my assignments as students right (: The NakContext has many utility functions like "trainClassifier" or "trainModel" that help building up classifiers but they are again, for Liblinear.

So what should I do if I want to use the three classifiers I mentioned above? I tried to just new them, but certainly I can't put unlabeled and unfeatured raw example in. Is there a way to use them??

I also posted this message on Google Group (at least the first half is the same..)

https://groups.google.com/forum/?fromgroups#!topic/scalanlp-discuss/KeFSy841NIE

@eponvert eponvert added this to the v1.3 milestone Mar 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants