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
- Host: GitHub
- URL: https://github.com/camera-2018/ner_frontend
- Owner: camera-2018
- License: mit
- Created: 2022-04-20T14:57:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T03:48:39.000Z (over 3 years ago)
- Last Synced: 2025-04-14T17:18:53.357Z (about 1 year ago)
- Topics: ner
- Language: TypeScript
- Homepage: http://ner.xyxsw.ltd/
- Size: 261 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 开发
```bash
pnpm i
pnpm dev
```
### 编译
要编译,只需要执行以下命令:
```bash
pnpm build
```