Skip to content

Creating an automated Lemmatzer and Part of Speech tagger for the Asante Twi dialect of the West African language of Akan

Notifications You must be signed in to change notification settings

jdapaah/Twi-Lemmatizer

Repository files navigation

Twi Lemmatizer

Jeremy Dapaah, Princeton University

Fall 2022 Indpendent Research

Advised by Christiane Fellbaum

to use, install google, nltk, enchant you will need to install some packages for nltk (via python) and enchant (via homebrew) you also need to install the nlp core server

    curl https://downloads.cs.stanford.edu/nlp/software/stanford-corenlp-full-2018-02-27.zip --output server.zip
    unzip server.zip
    rm server.zip

The server can be started with ./nlpserver start and stopped with ./nlpserver kill

Create a google cloud account create a project enable the cloud translation api for the project create a service account with a private key

download the key json to service-account.json

About

Creating an automated Lemmatzer and Part of Speech tagger for the Asante Twi dialect of the West African language of Akan

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages