other than the standard arch options like left3words, left5words, bidirectional, bi5words, what do the rest of the options mean? And what arguments are needed for them?
I can’t seem to find the documentation anywhere!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m afraid that the arch options are at present only documented in the source code :-(.
See the ExtractorFrames and ExtractorFramesRare classes.
A first thing to do would be to look at the arch options that are used in the distributed taggers. You can find them in the *.props files in the models subdirectory.
In brief:
set of word and tag features
(current, previous, and next word
features, previous tag and previous
two tags, and conjunctions of
previous tag and current word and
current and previous word). It’s a
good place to start.