You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2018. It is now read-only.
I'm trying to use your module with ARK on a project. We have a dump of tweets which need to POS Tag. On extensive testing, I've found that there's an issue with your script.
Your runtagger_parse method sometimes doesn't produce same number of lists as there are strings in the input. To exemplify, if I provide a list of 100 strings to runtagger_parse, then it sometimes produces 103 to 104 tuples as well. This is clearly a problem I hope you can see.
If you need the test case, please ping me on vaid.abhi@gmail.com or email me. I'll give you the serialized version of input which you can use for testing.