This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Commit 2daa350
[Cherry Pick 4.13] Updates to Recognizers and unit tests. (#1171)
* [SDK][Recognizers-Text] Add Recognizer-Text unit tests into the temporal Recognizer-Text folder in bot-dialogs library (#1168)
* Add timex-expression unit tests
* Add Specs folder
* Add datetime unit tests
* Add sequence unit tests
* Add number with unit unit tests
* Add number unit tests
* Add choice unit tests
* Add text unit tests
* Update bot-dialogs pom to use UTF-8 to execute unit tests correctly
Co-authored-by: Martin Battaglino <martinbatta32@gmail.com>
* [SDK][Recognizers-Text] Update temporal folder with latest changes (#1164)
* Update Datetime extractors
* Update Datetime resources
* Update Number resources
* Update NumberWithUnit resources
* Update NumberWithUnit extractors
* Update NumberWithUnit parsers
Co-authored-by: Franco Alvarez <51216149+fran893@users.noreply.github.com>
Co-authored-by: Martin Battaglino <martinbatta32@gmail.com>1 parent be388e6 commit 2daa350
File tree
509 files changed
+646966
-164
lines changed- libraries/bot-dialogs
- src
- main/java/com/microsoft/recognizers/text
- datetime
- extractors
- resources
- numberwithunit
- german
- extractors
- parsers
- resources
- number/resources
- test/java/com/microsoft/recognizers/text/tests
- Specs
- Choice
- Arabic
- Bulgarian
- Chinese
- Dutch
- English
- French
- German
- Hindi
- Italian
- Japanese
- Korean
- Portuguese
- Spanish
- Swedish
- Turkish
- DateTime
- Arabic
- Chinese
- Dutch
- EnglishOthers
- English
- French
- German
- Hindi
- Italian
- Japanese
- Korean
- Portuguese
- Spanish
- Turkish
- NumberWithUnit
- Chinese
- Dutch
- English
- French
- German
- Hindi
- Italian
- Japanese
- Korean
- Portuguese
- Spanish
- Swedish
- Turkish
- Number
- Arabic
- Chinese
- Dutch
- English
- French
- German
- Hindi
- Italian
- Japanese
- Korean
- Portuguese
- Spanish
- Swedish
- Turkish
- Sequence
- Chinese
- Dutch
- English
- French
- German
- Hindi
- Italian
- Japanese
- Korean
- Portuguese
- Spanish
- Turkish
- choice
- datetime
- expression
- helpers
- numberwithunit
- number
- sequence
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
509 files changed
+646966
-164
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
161 | 172 | | |
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
111 | 130 | | |
112 | 131 | | |
113 | 132 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
135 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
136 | 152 | | |
137 | 153 | | |
138 | 154 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
105 | 121 | | |
106 | 122 | | |
107 | 123 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments