Capitalization recovery without punctuation #5438
Unanswered
Robert-K-S
asked this question in
Q&A
Replies: 1 comment
-
There's no flag to turn punctuation off in pre-trained models. You can modify the model's inference method and comment out this line https://github.com/NVIDIA/NeMo/blob/46d923c48cbf27f744772ceaf2b20e49c73941bb/nemo/collections/nlp/models/token_classification/punctuation_capitalization_model.py#L1070 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is the NeMo PunctuationCapitalizationModel capable of producing an output that doesn't muck with punctuation, or would I have to write a new CapitalizationModel?
Beta Was this translation helpful? Give feedback.
All reactions