Skip to content

spaCy pipeline component, improved command line script with multiprocessing

Compare
Choose a tag to compare
@BramVanroy BramVanroy released this 15 Jan 14:22
· 182 commits to master since this release
01d717d

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.