Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Can't detect end of sentence #31

Open
mihailthebuilder opened this issue Oct 26, 2021 · 0 comments
Open

Can't detect end of sentence #31

mihailthebuilder opened this issue Oct 26, 2021 · 0 comments

Comments

@mihailthebuilder
Copy link

Not sure if within the scope, but the model can't detect whether the text input should be separated by the period punctuation. In other words, it can't detect whether a text input actually represents two sentences.

e.g.

fastpunct.punct([
                "There are three ways to slice a fish on the left on the right and on the middle after you sliced the fish you can go to the house"], correct=True)

yields

['There are three ways to slice a fish on the left, on the right, and on the middle, after you sliced the fish, you can go to the house.']
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant