Alignment indices for text normalization #5124
Unanswered
roholazandie
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to know if it's possible to get the indices for text normalization for semiotic classes. For example if I have a text
which normalized to:
The index of begin and end of the text part "3/7/1989" have the correspondence in "March seventh nineteen eighty nine" in the second one.
I want to have a function that give me the indices (start, end) of the input text aligned with the (start, end) in the normalized text.
Beta Was this translation helpful? Give feedback.
All reactions