Skip to content

paramonych/ner-annotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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