Skip to main content

Language Human Annotation

Project description

LangHuAn

Language Human Annotations, a frontend for tagging AI project labels

From Chinese word 琅嬛[langhuan] (Legendary realm where god curates books)

Installation

pip install langhuan

Minimun configuration walk through

Simplest configuration for NER task

from langhuan import NERTask
app = NERTask.from_df(df, text_col="text", options=["institution", "company", "name"])
app.run("0.0.0.0", port=5000)

Frontend

You can visit following pages for this app.

Tagging

/

Admin

/admin

Compatibility

Well, this library hasn't been tested vigorously against many browsers with many versions

  • compatible with chrome if version not too old.
  • I'm sure it can't work with safari and firefox, yet.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langhuan-0.0.4.tar.gz (723.0 kB view hashes)

Uploaded Source

Built Distribution

langhuan-0.0.4-py3-none-any.whl (726.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page