diff --git a/entryjs/api/2024-02-29-api.html b/entryjs/api/2024-02-29-api.html index 320695e4..6ed663b7 100644 --- a/entryjs/api/2024-02-29-api.html +++ b/entryjs/api/2024-02-29-api.html @@ -215,7 +215,7 @@
  • - +
  • @@ -223,7 +223,7 @@
  • - +
  • @@ -326,7 +326,7 @@
  • - +
  • @@ -334,7 +334,7 @@
  • - +
  • @@ -342,7 +342,7 @@
  • - +
  • diff --git a/entryjs/api/2024-02-29-data.html b/entryjs/api/2024-02-29-data.html index 94a6b874..8bff8f26 100644 --- a/entryjs/api/2024-02-29-data.html +++ b/entryjs/api/2024-02-29-data.html @@ -215,7 +215,7 @@
  • - +
  • @@ -223,7 +223,7 @@
  • - +
  • @@ -326,7 +326,7 @@
  • - +
  • @@ -334,7 +334,7 @@
  • - +
  • @@ -342,7 +342,7 @@
  • - +
  • diff --git a/entryjs/api/2024-02-29-event.html b/entryjs/api/2024-02-29-event.html index 35f753b1..4aeddfae 100644 --- a/entryjs/api/2024-02-29-event.html +++ b/entryjs/api/2024-02-29-event.html @@ -215,7 +215,7 @@
  • - +
  • @@ -223,7 +223,7 @@
  • - +
  • @@ -326,7 +326,7 @@
  • - +
  • @@ -334,7 +334,7 @@
  • - +
  • @@ -342,7 +342,7 @@
  • - +
  • diff --git a/entryjs/api/2024-02-29-popup.html b/entryjs/api/2024-02-29-popup.html index 1e77d7c2..fea752da 100644 --- a/entryjs/api/2024-02-29-popup.html +++ b/entryjs/api/2024-02-29-popup.html @@ -215,7 +215,7 @@
  • - +
  • @@ -223,7 +223,7 @@
  • - +
  • @@ -326,7 +326,7 @@
  • - +
  • @@ -334,7 +334,7 @@
  • - +
  • @@ -342,7 +342,7 @@
  • - +
  • diff --git a/entryjs/api/2024-03-05-static.html b/entryjs/api/2024-03-05-static.html index 81972655..322cfb58 100644 --- a/entryjs/api/2024-03-05-static.html +++ b/entryjs/api/2024-03-05-static.html @@ -215,7 +215,7 @@
  • - +
  • @@ -223,7 +223,7 @@
  • - +
  • @@ -326,7 +326,7 @@
  • - +
  • @@ -334,7 +334,7 @@
  • - +
  • @@ -342,7 +342,7 @@
  • - +
  • diff --git a/entryjs/api/2024-03-05-util.html b/entryjs/api/2024-03-05-util.html index cf183ae1..1cff9a24 100644 --- a/entryjs/api/2024-03-05-util.html +++ b/entryjs/api/2024-03-05-util.html @@ -215,7 +215,7 @@
  • - +
  • @@ -223,7 +223,7 @@
  • - +
  • @@ -326,7 +326,7 @@
  • - +
  • @@ -334,7 +334,7 @@
  • - +
  • @@ -342,7 +342,7 @@
  • - +
  • diff --git a/entryjs/api/2024-04-24-ml.html b/entryjs/api/2024-04-24-ml.html index f3c64920..942bbac3 100644 --- a/entryjs/api/2024-04-24-ml.html +++ b/entryjs/api/2024-04-24-ml.html @@ -81,7 +81,7 @@ "dateModified": "2024-05-22", "url": "https://docs.playentry.org/entryjs/api/2024-04-24-ml.html", "description": "Entry Docs - 엔트리 개발 가이드&위키", - "wordCount": "22854", + "wordCount": "22878", "publisher": "Entrylabs", "mainEntityOfPage": { "@type": "WebPage", @@ -215,7 +215,7 @@
  • - +
  • @@ -223,7 +223,7 @@
  • - +
  • @@ -326,7 +326,7 @@
  • - +
  • @@ -334,7 +334,7 @@
  • - +
  • @@ -342,7 +342,7 @@
  • - +
  • @@ -564,11 +564,11 @@

    project -Object +String ✔️ Popup undefined -작품 프로젝트 정보입니다. +현재 작품 프로젝트의 id입니다. tables @@ -586,6 +586,14 @@

    undefined 생성 가능한 모델종류를 제한합니다.
    값이 없을경우 모든 종류의 모델을 제공합니다. + +tokenizerPath +String +✔️ +Popup +‘/lib/entry-ml/dist/resources’ +‘분류:텍스트’학습하기에서 사용되는 형태소 분석 모듈의 경로입니다. ‘파일경로/resources’ 경로에 해당 파일이 있습니다. +
    @@ -602,7 +610,7 @@

    Popup 인스턴스 생성 및 초기화

    사용자들이 인공지능 모델을 학습하는 UI를 팝업형태로 생성합니다.

    entry-tool을 활용한 팝업과 유사합니다.

    -
    const learningPopup = {};
    const learningContainer = {};

    // entrylabs/ml 라이브러리 import
    const { Popup } = await import('@entrylabs/ml');
    // 팝업 인스턴스가 없는 경우, 팝업을 띄울 DOM 컨테이너 생성
    if (!Popup.instance) {
    this.learningContainer = this.createContainer('EntryLearningContainer');
    }
    // 팝업 초기화에 파라미터로 넣어줄 테이블 데이터를 WS에서 로드
    const tables = Entry.playground.dataTable.getTableJSON();

    // 팝업을 초기화하고 생성
    this.learningPopup = new Popup({
    container: this.learningContainer,
    isShow: false,
    dataApi: this.dataApi,
    i18n: {
    ko: {
    learning: {
    menu_my_model: 'my model',
    },
    },
    },
    data: {
    tables,
    },
    })
    +
    const learningPopup = {};
    const learningContainer = {};

    // entrylabs/ml 라이브러리 import
    const { Popup } = await import('@entrylabs/ml');
    // 팝업 인스턴스가 없는 경우, 팝업을 띄울 DOM 컨테이너 생성
    if (!Popup.instance) {
    this.learningContainer = this.createContainer('EntryLearningContainer');
    }
    // 팝업 초기화에 파라미터로 넣어줄 테이블 데이터를 WS에서 로드
    const tables = Entry.playground.dataTable.getTableJSON();

    // 팝업을 초기화하고 생성
    this.learningPopup = new Popup({
    container: this.learningContainer,
    isShow: false,
    dataApi: this.dataApi,
    i18n: {
    ko: {
    learning: {
    menu_my_model: 'my model',
    },
    },
    },
    data: {
    tables,
    tokenizerPath: '[entry-ml 파일경로]/resources',
    },
    })