This commit is contained in:
Tyler Leonhardt 2021-07-28 10:49:31 -07:00
Родитель b024b29a08
Коммит 6ba8bb0d41
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 1BC2B6244363E77E
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -12,9 +12,7 @@ npm install --save @vscode/vscode-languagedetection
yarn add @vscode/vscode-languagedetection
```
Then instantiate a ModuleOperations and pass it in the `model.json` and `weights` file content:
> NOTE: This is only for VS Code. In the future, you shouldn't have to do this.
Then instantiate a ModuleOperations and run the run the model on a string of code:
```ts
import { ModelOperations } from "@vscode/vscode-languagedetection";