├── .github └── workflows │ └── manual.yml ├── CODEOWNERS ├── LICENSE ├── README.md ├── bookworm.ipynb ├── data ├── Star-Wars │ ├── Episode-III_Revenge-of-the-Sith.html │ ├── Episode-II_Attack-of-the-Clones.html │ ├── Episode-IV_A-New-Hope.html │ ├── Episode-I_The-Phantom-Menace.html │ ├── Episode-VII_The-Force-Awakens.html │ ├── Episode-VI_Return-of-the-Jedi.html │ ├── Episode-V_The-Empire-Strikes-Back.html │ └── Rogue-One.html └── sample.html ├── helper.py ├── images ├── app-dashboard-discovery.png ├── assistant-add-dialog-skills.png ├── assistant-apikey.png ├── assistant-create-new-skills.png ├── assistant-cred.png ├── assistant-entities-blank.png ├── assistant-entities.png ├── assistant-intents.png ├── assistant-launch-tool.png ├── assistant_dialog_nodes.png ├── blank-workspace.png ├── bluemix-logo.png ├── discovery-apikey.png ├── discovery-launch.png ├── discovery-manage.png ├── discovery-tooling.png ├── service-discovery-json.png └── watson-logo.png └── service-credentials.json /.github/workflows/manual.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/.github/workflows/manual.yml -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/README.md -------------------------------------------------------------------------------- /bookworm.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/bookworm.ipynb -------------------------------------------------------------------------------- /data/Star-Wars/Episode-III_Revenge-of-the-Sith.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/data/Star-Wars/Episode-III_Revenge-of-the-Sith.html -------------------------------------------------------------------------------- /data/Star-Wars/Episode-II_Attack-of-the-Clones.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/data/Star-Wars/Episode-II_Attack-of-the-Clones.html -------------------------------------------------------------------------------- /data/Star-Wars/Episode-IV_A-New-Hope.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/data/Star-Wars/Episode-IV_A-New-Hope.html -------------------------------------------------------------------------------- /data/Star-Wars/Episode-I_The-Phantom-Menace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/data/Star-Wars/Episode-I_The-Phantom-Menace.html -------------------------------------------------------------------------------- /data/Star-Wars/Episode-VII_The-Force-Awakens.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/data/Star-Wars/Episode-VII_The-Force-Awakens.html -------------------------------------------------------------------------------- /data/Star-Wars/Episode-VI_Return-of-the-Jedi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/data/Star-Wars/Episode-VI_Return-of-the-Jedi.html -------------------------------------------------------------------------------- /data/Star-Wars/Episode-V_The-Empire-Strikes-Back.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/data/Star-Wars/Episode-V_The-Empire-Strikes-Back.html -------------------------------------------------------------------------------- /data/Star-Wars/Rogue-One.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/data/Star-Wars/Rogue-One.html -------------------------------------------------------------------------------- /data/sample.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/data/sample.html -------------------------------------------------------------------------------- /helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/helper.py -------------------------------------------------------------------------------- /images/app-dashboard-discovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/app-dashboard-discovery.png -------------------------------------------------------------------------------- /images/assistant-add-dialog-skills.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/assistant-add-dialog-skills.png -------------------------------------------------------------------------------- /images/assistant-apikey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/assistant-apikey.png -------------------------------------------------------------------------------- /images/assistant-create-new-skills.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/assistant-create-new-skills.png -------------------------------------------------------------------------------- /images/assistant-cred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/assistant-cred.png -------------------------------------------------------------------------------- /images/assistant-entities-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/assistant-entities-blank.png -------------------------------------------------------------------------------- /images/assistant-entities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/assistant-entities.png -------------------------------------------------------------------------------- /images/assistant-intents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/assistant-intents.png -------------------------------------------------------------------------------- /images/assistant-launch-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/assistant-launch-tool.png -------------------------------------------------------------------------------- /images/assistant_dialog_nodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/assistant_dialog_nodes.png -------------------------------------------------------------------------------- /images/blank-workspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/blank-workspace.png -------------------------------------------------------------------------------- /images/bluemix-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/bluemix-logo.png -------------------------------------------------------------------------------- /images/discovery-apikey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/discovery-apikey.png -------------------------------------------------------------------------------- /images/discovery-launch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/discovery-launch.png -------------------------------------------------------------------------------- /images/discovery-manage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/discovery-manage.png -------------------------------------------------------------------------------- /images/discovery-tooling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/discovery-tooling.png -------------------------------------------------------------------------------- /images/service-discovery-json.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/service-discovery-json.png -------------------------------------------------------------------------------- /images/watson-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/images/watson-logo.png -------------------------------------------------------------------------------- /service-credentials.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/AIND-NLP-Bookworm/HEAD/service-credentials.json --------------------------------------------------------------------------------