Skip to content

Commit 198ae00

Browse files
authored
Merge pull request #90 from entrylabs/feature/tokenizer
tokenizerPath추가.
2 parents d9dd411 + d4c4b25 commit 198ae00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/entryjs/api/2024-04-24-ml.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,10 @@ learningPopup.remove();
183183
| model | String | ✔️ | Popup | undefined | '현재 작품에 적용'된 모델의 id.<br />값이 없을경우 신규 모델을 생성합니다. |
184184
| title | String | | Predict | | 팝업의 상단에 노출될 타이틀값입니다. |
185185
| predictInfo | Object : { type, predict, recordTime } | | Predict | | 학습된 모델의 예측에 관한 정보를 포함하는 객체입니다. |
186-
| project | Object | ✔️ | Popup | undefined | 작품 프로젝트 정보입니다. |
186+
| project | String | ✔️ | Popup | undefined | 현재 작품 프로젝트의 id입니다. |
187187
| tables | Array< Object > | ✔️ | Popup | undefined | 학습에 사용할 테이블 데이터입니다.<br />일부 모델에서는 사용하지 않습니다. |
188188
| availables | Array< string > | ✔️ | Popup | undefined | 생성 가능한 모델종류를 제한합니다.<br />값이 없을경우 모든 종류의 모델을 제공합니다. |
189+
| tokenizerPath| String | ✔️ | Popup | '/lib/entry-ml/dist/resources' | '분류:텍스트'학습하기에서 사용되는 형태소 분석 모듈의 경로입니다. '파일경로/resources' 경로에 해당 파일이 있습니다. |
189190

190191
<br>
191192

@@ -240,6 +241,7 @@ this.learningPopup = new Popup({
240241
},
241242
data: {
242243
tables,
244+
tokenizerPath: '[entry-ml 파일경로]/resources',
243245
},
244246
})
245247
```

0 commit comments

Comments
 (0)