Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watson Training Data importer #7935

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
55dffad
feat: watson training data importer
Feb 10, 2021
e26c70b
feat: improve loop perf
Feb 10, 2021
fa97e3e
feat: added tests
Feb 10, 2021
6666aef
feat: add docs
Feb 10, 2021
c97ecce
fix: review changes updated
souvikg10 Apr 1, 2021
8ccb521
ref: handling of dictionaries in watson improved
souvikg10 Apr 23, 2021
3daaab9
ci: remove unused imports
souvikg10 Apr 23, 2021
4a0381e
fix: small improvements on coding style
souvikg10 May 7, 2021
0e28a21
fix: failling test for watson
souvikg10 May 12, 2021
56ec0b2
fix: fix path to training data
souvikg10 Jun 4, 2021
307772c
fix: fixed entity examples unpacking to resolve failing tests
souvikg10 Jun 4, 2021
c5af4bc
fix: fixed tests for watson training data
souvikg10 Jun 4, 2021
e1f4c18
fix:failing tests
souvikg10 Jun 7, 2021
385dd69
fix: remove unused imports
souvikg10 Jun 9, 2021
454f722
fix: add types to function
souvikg10 Jun 10, 2021
0a634f0
fix: changed order of if statement
souvikg10 Jun 10, 2021
8c29bae
docs: added changelog for feature
souvikg10 Jun 17, 2021
ac7ed7a
ref: added watson training data converter
souvikg10 Jul 16, 2021
a73ae67
ref: fixing lint issues
souvikg10 Jul 16, 2021
511586b
ref: fix failing check
souvikg10 Jul 16, 2021
ab2e88c
ref: added new tests and refactor cli args
souvikg10 Aug 9, 2021
3817378
ref: fix failing tests
souvikg10 Aug 9, 2021
1547078
ref: removed old watson data reader
souvikg10 Aug 25, 2021
ba5be25
fix: refactor after rebase and fix tests
souvikg10 Oct 19, 2021
1fbd567
fix: linting errors
souvikg10 Oct 22, 2021
e7cc850
fix: refactoring tests for watson conversion
souvikg10 Nov 19, 2021
3dc7bdf
fix: resolve issues with poetry.lock
souvikg10 Nov 19, 2021
aa03cda
fix: linter issues
souvikg10 Nov 22, 2021
3edb2c7
fix: linter issues
souvikg10 Nov 23, 2021
140e429
fix: remove whitespace for linter
souvikg10 Nov 23, 2021
756f6e0
fix: issues with docstring linter.
souvikg10 Nov 24, 2021
ece0f5d
ref: refactored code after review
souvikg10 Dec 8, 2021
fa2017a
ref: added Path to wrap the data argument
souvikg10 Dec 8, 2021
7da199b
ref: fix linting
souvikg10 Dec 9, 2021
99f4aa5
Merge branch 'main' into watson-emulate
souvikg10 Dec 13, 2021
c1d074f
ci: fix black formatting issues
souvikg10 Dec 13, 2021
e476f4b
Merge branch 'main' into watson-emulate
souvikg10 Dec 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/feature.7935.md
@@ -0,0 +1 @@
IBM Watson Training Data Importer. This will allow to connvert IBM Watson V2 Training data downloadable from IBM Workspaces into a Rasa format.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
IBM Watson Training Data Importer. This will allow to connvert IBM Watson V2 Training data downloadable from IBM Workspaces into a Rasa format.
IBM Watson Training Data Importer. This will allow to convert IBM Watson V2 Training data downloadable from IBM Workspaces into a Rasa format.

2 changes: 2 additions & 0 deletions data/README.md
Expand Up @@ -9,4 +9,6 @@ of your app from one of these services it should look like one of these files.

[examples/wit](examples/wit): in wit format

[examples/watson](examples/watson): in watson format

[examples/api](examples/api): this is a dir and in Dialogflow format