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

template : %x[-1,0]/%x[0,0] bigram or unigram? how many features it will generate? #40

Open
zhugw opened this issue Aug 9, 2017 · 0 comments

Comments

@zhugw
Copy link

zhugw commented Aug 9, 2017

From the documents I know

unigram: |output tag| x |all possible strings expanded with a macro|
bigram: |output tag| x |output tag| x |all possible strings expanded with a macro|

Now I have configured a template like this

Unigram
U01:%x[-1,0]/%x[0,0]

in this case is it bigram or unigram ? And how many features it will generate, L * N or L * L * N?

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

1 participant