/post

Front-end of the part of speech tagger based on Gibbs Sampling

Primary LanguageVue

Post

Decision Tree Cross Val

Post is a web application to detect the part of speech of every word in a sentence. For the purpose of classification the parts of speech used here, in a global term have the following components : 'adj', 'adv', 'adp', 'conj', 'det', 'noun', 'num', 'pron', 'prt', 'verb'. This is the front-end application for the algorithm that can be found here.

How To Run

  1. Clone the repository
  2. npm install
  3. npm run serve (for development)
  4. npm run build (for production)