You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
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.']
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
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.']
The text was updated successfully, but these errors were encountered: