-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Python][Recognizers-Text] NumberWithUnit class Refactor (#1815)
* Add fixes to matcher and add sequence * Signature Migrations * Add abstract_matcher signatures * Change type of value to [srt] * Add the matcher class into a new file * Delete extra decorators & insert class * Fix matcher implementation * Add AANode methods implementation * Add get_tokenized_text implementation * Apply PR's feedback * Fix autopep * Add missing methods to AaNode class * Add tests to string_matcher * Add missing Init implementations using multipledispatch * Finishing touches and implementation with passing tests * Add Spanish-Portuguese-French * Json spec fixes * Feedback Applied * Minor fixes of interfaces
- Loading branch information
Showing
23 changed files
with
431 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.