Add support for spacy numerizer #22
Replies: 2 comments 1 reply
-
Hi @DraconInteractive - I'm not very well-versed in NLP so I'm not sure what the best practise is. About the question to enable |
Beta Was this translation helpful? Give feedback.
-
I don't anticipate getting a chance to look into this anytime soon. I will close this request for now, but if anyone like to implement support, a PR will be considered. |
Beta Was this translation helpful? Give feedback.
-
Hi there :) The context of this question is that I am using spacy to parse the output of a C++ speech recognition tool I have. Now, its somewhat unpredictable with numbers. If I ask it "set a time for 10 minutes" it could return either numeral or word.
Spacy has an extension called Numerizer (https://spacy.io/universe/project/numerizer) that is essentially a big regex parser for the spacy output to retrieve everything in numerical form.
Is it possible to integrate the extension with spacy cpp, and/or is there another more common way to achieve this?
I am not generally a c++ programmer, I mainly use .Net/C# so I'm unfamiliar with many of the popular libraries etc.
My thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions