Skip to content
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

dbpedianif: improve preprocessing performance #36

Open
1 of 2 tasks
ArneBinder opened this issue Feb 22, 2018 · 1 comment
Open
1 of 2 tasks

dbpedianif: improve preprocessing performance #36

ArneBinder opened this issue Feb 22, 2018 · 1 comment

Comments

@ArneBinder
Copy link
Owner

ArneBinder commented Feb 22, 2018

implement real batching:

  • query all relevant triples for all contexts in a batch at once
  • continuous parsing per batch (use multiple threads in spacy.parser.pipe, eventually)
ArneBinder added a commit that referenced this issue Feb 23, 2018
ArneBinder added a commit that referenced this issue Feb 23, 2018
ArneBinder added a commit that referenced this issue Feb 23, 2018
ArneBinder added a commit that referenced this issue Feb 23, 2018
ArneBinder added a commit that referenced this issue Feb 23, 2018
ArneBinder added a commit that referenced this issue Feb 23, 2018
ArneBinder added a commit that referenced this issue Feb 23, 2018
ArneBinder added a commit that referenced this issue Feb 23, 2018
@ArneBinder
Copy link
Owner Author

implemented continous parsing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant