Add support for spacy numerizer #22
Closed
DraconInteractive
started this conversation in
Ideas
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 |
1 reply
|
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. |
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.
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!
All reactions