Skip to content
Discussion options

You must be logged in to vote

Yes, you can add a custom component if you want to add sentence boundaries so that the parser treats each doc as a single sentence: https://spacy.io/usage/processing-pipelines#custom-components

The parses might be odd if the texts are very different from the kinds of sentences seen during training, but it should work technically.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kanayer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / parser Feature: Dependency Parser
2 participants