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

format Errors #18

Open
project-ext opened this issue Mar 20, 2018 · 1 comment
Open

format Errors #18

project-ext opened this issue Mar 20, 2018 · 1 comment

Comments

@project-ext
Copy link

err,20/03/2018 11:47:50  format error: U07:%x[-1,1]
err,20/03/2018 11:47:50  format error: U08:%x[0,1]
err,20/03/2018 11:47:50  format error: U09:%x[1,1]

example of data
2013. DATE

template

# Unigram
U01:%x[-1,0]
U02:%x[0,0]
U03:%x[1,0]
U07:%x[-1,1]
U08:%x[0,1]
U09:%x[1,1]

# Bigram
B

ive made sure my train data is tabbed

@zhongkaifu
Copy link
Owner

@samwood2011 According to your example of data, you only have one column for features (the second column in your example is for tagging result, but not feature), so U07, U08 and U09 are invalidated. You could remove them from template file, or add a new column for new features.

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