Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 2.19 KB

README.md

File metadata and controls

23 lines (17 loc) · 2.19 KB

Turbo Write Web Application and Database

Turbo write (https://www.turbo-write-test.com/) is a web application to help non-native English speakers to write English papers.

The web app allows the reader to:

  1. Organize their thoughts using our guideline alt text
  2. Insert images into the paper using upload panelalt text
  3. Search for example sentences similar to what they want to express using example search functionalt text
  4. Search for evidence supporting their hypothesis using evidence search functionalt text
  5. Search for papers to cite using citation search functionalt text
  6. Type fast while avoiding typo using scientific phrase input methodalt text

The web app has four databases:

  1. An example sentence database for the example search function (based on Elasticsearch)
  2. An evidence database for the evidence search function (based on Faiss similarity search)
  3. A citation search function connected to NCBI academic database for the citation search function
  4. A vocabulary database for the scientific phrase input method (based on MongoDB)

alt text alt text alt text