Replies: 2 comments 3 replies
-
Hi @hershkoy, thanks for contributing to the project. One item that is unclear in that post is that you need to register the new language in the main recognizers class for each type and also with the test running code. Below is a list of related files:
You also need to further edit ./recognizers-number/src/recognizers-text-number.ts Feel free to open a draft PR and we can take a look and add comments in the missing pieces. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@hershkoy did this help unblock you? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to add support for Hebrew, following the instructions given in the Contributing to LUIS with Microsoft/Recognizers-Text.
I forked the repo to my account. Currently working on the Numbers module.
You can see my changes in the commit
I run
npm run build
to compile the project, and it generated the hebrew compiled folder:However it doesn't work. I tried running the test, but it just 'skips' the Hebrew one.
So I tried running specifically the Hebrew test using, and I am getting error that there are no tests:
I tried changing JavaScript\samples\simple-console\index.js and switched the defaultCulture:
But it is not recognizing my Hebrew numbers.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions