spaCy pipeline component, improved command line script with multiprocessing
This small repo has been overhauled so that users can integrate it directly in their spaCy scripts. You can now use it as a spaCy component. Three custom attributes have been added to Doc._.
and a Doc
's sentences. You can find more information in the README as well as example usage.
The command line script has been improved as well, now using the pipeline component instead of Spacy2ConllParser
. The latter has been deprecated (but is still accessible for now). Multiprocessing via the command line script is now possible, too.