-
Notifications
You must be signed in to change notification settings - Fork 193
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
template file: unigram #28
Comments
Let's say your features look like this:
This is a 2-d data vector extracted from the sentence "I am very tired." When CRF++ is trying to classify the word "very", |
@garfieldnate Thanks. I have another question: does below are same?
and except '/' does has any other sign could exist in template e.g. + - | and so on and what is the mean |
My guess is that the first would generate tokens like "a/cat" and the second would generate tokens like "acat". I would leave the slash there, because without it the bigram for "a way" will look the same as the unigram for "away". I don't know if you can use other characters instead. You should try it and tell us if it works. I haven't been using this project for a while (moved to new job). |
i am new to crf++ and i wan to perform testing and traing.but when i type vim crf_learn the terminal opens a blank screen demanding for input .I donot know what to type here.Can you help me to resolve this issue??thanks |
@garfieldnate I have converted my tagged data into vector form |
@ankur220693 I'm sorry I haven't been using this project for over 2 years now. I do not know the answer! How did you create this "Vector" format? What program did you use? |
how can u explain the meaning of the following template:
The text was updated successfully, but these errors were encountered: