-
Notifications
You must be signed in to change notification settings - Fork 91
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
Comments
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 |
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 |
Hi bzaar, You could get demo and example there: https://github.com/zhongkaifu/RNNSharp/releases |
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
The text was updated successfully, but these errors were encountered: