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

Some kind of cold start #12

Open
AxelUser opened this issue Mar 23, 2016 · 3 comments
Open

Some kind of cold start #12

AxelUser opened this issue Mar 23, 2016 · 3 comments

Comments

@AxelUser
Copy link

Hi! Thank you for your lib, it look's really cool. But i've got problems in understanding some concepts and approaches. For example what for is feature templating? How does all those POS parameters means (i dont get the meaning of those abbreviations)
I want to test your tool with document classifications, what do i need to do in general? Or is there any tutorialt to start with?
Sorry if my questions sounds really stupid

@zhongkaifu
Copy link
Owner

Hi AxeUser,

Feature templating is the set of feature definition for feature extraction from corpus. It has two dimensions (x, y). X is for the context of current token, and Y is for the different feature dimensions. According feature templates, RNNSharp is able to extract features automatically. For more detailed information, please access README.md file.

For POS tags meaning, it's related to specific tasks and how you define your POS tags. Here is an example: https://www.ling.upenn.edu/courses/Fall_2003/ling001/penn_treebank_pos.html

@bzaar
Copy link

bzaar commented Jul 9, 2016

Hi Zhong, I agree with AxelUser that a working example would make things a whole lot easier and bring your library more adopters. Would you mind adding an example corpus.txt file and a train-test.bat file containing the commands to train a model on the given corpus and produce the features for a test.txt file? Maybe add all three files to a folder called Example so they are easy to find? Many thanks. Sergey

@zhongkaifu
Copy link
Owner

Hi bzaar,

You could get demo and example there: https://github.com/zhongkaifu/RNNSharp/releases
Sure, I will add examples along with code in next code updating.

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