Skip to content

kushalc/ethnicityguesser

Repository files navigation

ethnicityguesser

DOCUMENTATION:

Usage:

-- From the Python interpreter:

Instantiation:

from runner import make_classifier mxec = make_classifier()

Training: (note that make_classifier already passes in training tokens)

mxec.train()

Classification: (After training)

mxec.classify('leventhal') 'jewish' mxec.classify('sekhri') 'indian'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%