Skip to content
Discussion options

You must be logged in to vote

what are the most critical factors here? Does Spacy always use a specific built-in neural network algorithm for their training (from TensorFlow something?) or do the structures of learning algorithms vary? Does the user decide the number of layers in the network? Does segmentation fall under “parser” or what kind of pipeline is it?

You want a SentenceRecognizer. If you are having trouble with the docs it's fine to just use the default settings.

I then have to train it on data. How do I prepare the data?

You can find notes on making training data for a sentence segmentation model here. The JSON model isn't suitable for manual preparation - it should be easier to just put one sentence p…

Replies: 1 comment

Comment options

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