Skip to content

paramonych/ner-annotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6b165d · Jan 2, 2023

History

15 Commits
Jan 2, 2023
Dec 29, 2022
Dec 29, 2022
Jan 2, 2023
Dec 29, 2022
Dec 29, 2022
Dec 29, 2022

Repository files navigation

Source code for simple NER annotator

Environment setup:

  1. Install NodeJS server with the following command curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - && sudo apt-get install -y nodejs
  2. Install web app buid tool npm install -D parcel parcel-bundler svelte parcel-plugin-svelte @babel/polyfill

Run the app (locally):

  1. Navigate to project root folder
  2. Run the app with the following command npm start
  3. Open the page in browser http://localhost:1234

Screenshots

1

2

3

About

Svelte 3 based web app that makes your life easier (live by link below)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published