An open API service indexing awesome lists of open source software.

https://github.com/camera-2018/ner_frontend

A website for real-time named entity recognition
https://github.com/camera-2018/ner_frontend

ner

Last synced: about 1 year ago
JSON representation

A website for real-time named entity recognition

Awesome Lists containing this project

README

          

### 开发

```bash
pnpm i
pnpm dev
```

### 编译

要编译,只需要执行以下命令:

```bash
pnpm build
```