Skip to content

circuswork/thaipostagger

 
 

Repository files navigation

Thai Part-of-speech Tagger in UD style

Proper deployment working in process...

How to use (for now):

  1. clone this repository and copy ALL the contents into your project folder.
  2. download lastest model file from https://github.com/jitkapat/thaipostagger/releases.
  3. decompress the contents of the model file into a folder named "bert_base_th" and put in the same folder as the repo files.

Example:

from tagger import Tagger
tagger = Tagger()
tagger.tag(yoursentence)

(see more in tagger.py )

About

A part-of-speech tagger for Thai using Universal Dependencies tagset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 62.5%
  • Python 37.5%