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

crfsuite is only used for NLP ? #86

Open
qdinfish opened this issue Jul 19, 2017 · 2 comments
Open

crfsuite is only used for NLP ? #86

qdinfish opened this issue Jul 19, 2017 · 2 comments

Comments

@qdinfish
Copy link

If my data is like below, the crfsuite can't be used, right?>

label-1 , vector
label-2, vector

...

@kmike
Copy link
Contributor

kmike commented Jul 19, 2017

@JichaoLiu it can be used, but you'll have to provide feature names for elements of your vectors.

@usptact
Copy link

usptact commented Jul 19, 2017

@JichaoLiu basically you provide arbitrarily named sequence element labels + their features. Feature labels, again, can be arbitrarily named. The catch is that this information must be consistent and make sense.

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

3 participants