-
Notifications
You must be signed in to change notification settings - Fork 19
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
only POS tagger #17
Comments
What is your input format? I believe NLPDecoder can be used for this but if you let me know the format, I can provide more fine-grained API. |
we are calling the decoder with a text file, it is taking around 2 mins 30 On Wed, Jun 8, 2016 at 11:27 PM, Jinho D. Choi notifications@github.com
|
I think most of the time is perhaps spent for model loading. Here is the API you can use for this purpose: Here is the configuration file you can use just for pos tagging: The following line loads all the models, which should be done only once:
Thanks. |
Thanks a lot for the reply, I will check and let you know if we have Regards, On Wed, Jun 8, 2016 at 11:55 PM, Jinho D. Choi notifications@github.com
|
Hi,
the command line tagging takes a lot of time,not suitable for real-time systems. Please provide API for single taggers like only for POS.
The text was updated successfully, but these errors were encountered: