-
Notifications
You must be signed in to change notification settings - Fork 92
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
Gazetteer list as a feature #24
Comments
Yes. RNNSharp supports it. It's called TFeature (template feature). README file describes how it work and how to use it in details. |
Thanks for prompt reply, i read the mentioned source but i am still confused. Actually besides the training data i have a separate text file which contain Countries name stored in text file. so how this separate file can be used as feature along with training data for learning through RNNShrap. The gazetteer list name " MyConList" my template file contains the following templates so during training the mention template will generate features from only the training file named "mytrain" |
You could read [Template Features] section in README file. It has an example about how to use template features. In RNNSharp, template features are binarized by TFatureBin.exe, and then RNNSharp uses it. |
apology in advance. still not clear, perhaps i am not explaining my problem well. i have no problem with template feature i can generate it easily by using the TFeatureBin.exe . following are the steps which i follow: ! PUN S After executing the Tfeature.exe it generates Two files named tfeature.template and tfeature. right |
@My-Khan , You need to create a script yourself for injecting this kind of feature in your "mytrain.txt" |
@bratao Many thanks for guidance..Hmmmm , now this become nutshell for me. if some body can help? |
Though RNN support the word embedding feature which is very plus point of RNN compared to the competitor CRF. is RNN have the capability to support external Gazetteer list and dictionaries as feature?
The text was updated successfully, but these errors were encountered: