You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Add options to support doing luis and qna cross-train seperately (#1161)
* add flag for controling cross train
* change naming
* add more tests and docs
* rename to trainingOpt
* minor fixes
* add options for luRecognizerID
* fix tests
* retrriger
* fix lint problem
* fix flags naming and add options
* remove lu recognizer id
* fix format
* remove no need doc
* remove a console.log statement
Co-authored-by: Fei Chen <[email protected]>
Copy file name to clipboardExpand all lines: packages/lu/src/parser/cross-train/cross-train.js
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,10 @@ module.exports = {
15
15
* @param {string} intentName interruption intent name. Default value is _Interruption.
16
16
* @param {string} config path to config file of mapping rules.
17
17
* @param {boolean} verbose verbose to indicate whether log warnings and errors or not when parsing cross-train files.
18
+
* @param {inner: boolean, intra: boolean} trainingOpt trainingOpt indicates whether you want to control do the inner or intra dialog training seperately
18
19
* @returns {luResult: any, qnaResult: any} trainedResult of luResult and qnaResult or undefined if no results.
0 commit comments