From 022d91e7da06120c8254e6c3589e7c910588ddd9 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Fri, 7 Jan 2022 14:36:33 +0900 Subject: [PATCH] Change the url of demo page(intent detection) --- frontend/components/layout/TheHeader.vue | 1 + .../index.vue | 0 2 files changed, 1 insertion(+) rename frontend/pages/demo/{ner-and-classification => intent-detection-and-slot-filling}/index.vue (100%) diff --git a/frontend/components/layout/TheHeader.vue b/frontend/components/layout/TheHeader.vue index 4a70076d..84d6bb71 100644 --- a/frontend/components/layout/TheHeader.vue +++ b/frontend/components/layout/TheHeader.vue @@ -124,6 +124,7 @@ export default { { title: this.$t('home.demoNER'), link: 'named-entity-recognition' }, { title: this.$t('home.demoSent'), link: 'sentiment-analysis' }, { title: this.$t('home.demoTranslation'), link: 'translation' }, + { title: 'Intent Detection and Slot Filling', link: 'intent-detection-and-slot-filling' }, { title: this.$t('home.demoTextToSQL'), link: 'text-to-sql' }, { title: 'Image Classification', link: 'image-classification' }, { title: 'Speech to Text', link: 'speech-to-text' }, diff --git a/frontend/pages/demo/ner-and-classification/index.vue b/frontend/pages/demo/intent-detection-and-slot-filling/index.vue similarity index 100% rename from frontend/pages/demo/ner-and-classification/index.vue rename to frontend/pages/demo/intent-detection-and-slot-filling/index.vue