-
Notifications
You must be signed in to change notification settings - Fork 33
Input and Output Length Doesn't Remain Same #11
Comments
@nareshmungpara what do you mean? |
When we do segmentation and then we pass that segmented sentences to auto punctuation in that the input text length to segmentation is not same as the combined output length of autopunct output. As shown in the above screenshot that the last 2 lines are the length of characters before and after. |
I still don't understand the issue. Can you give a simpler example or try to explain it in detail? |
Please have a look at above code.
|
Debugging the code I found today is segmentation is working fine but still it is not working the same as it is shown in the demo. Input Text:-
Output Text Of Demo:-
Output Segmentation In My code:-
Output Segmentation and Punctuation In My code:- Code Which I am using:-
Here is the Entire Op that I am getting:-
|
The text was updated successfully, but these errors were encountered: