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

https://github.com/doccano/v-annotator

Vue.js component for annotating text with entities and relations.
https://github.com/doccano/v-annotator

Last synced: 7 months ago
JSON representation

Vue.js component for annotating text with entities and relations.

Awesome Lists containing this project

README

          

# v-annotator

Vue.js component for annotating text with entities and relations.

![](docs/ner.png)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Lints and fixes files
```
yarn lint
```

### Publish the package

```
yarn publish
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).