• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PyThaiNLP / pythainlp / 1629
54%

Build:
DEFAULT BRANCH: dev
Ran 01 Sep 2019 06:28AM UTC
Jobs 1
Files 51
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1629

push

travis-ci

artificiala
NER : Add output like html tag (#262)

A new feature for`ThaiNameTagger.get_ner()` to output text with NER tag.

The method `get_ner()` provides a new argument named `tag`. If the `tag` argument is True, the output of `get_ner()` will be the input text, and tags marking the Named Entity within the text.

For example, 
>>> from pythainlp.tag.named_entity import ThaiNameTagger
>>> ner = ThaiNameTagger()
>>> ner.get_ner("วันที่ 15 ก.ย. 61 ทดสอบระบบเวลา 14:49 น.",tag=True)
'วันที่ <DATE>15 ก.ย. 61</DATE> ทดสอบระบบเวลา <TIME>14:49 น.</TIME>'

1814 of 1967 relevant lines covered (92.22%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1629.1 01 Sep 2019 06:28AM UTC 0
92.22
Travis Job 1629.1
Source Files on build 1629
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1629
  • c90b6860 on github
  • Prev Build on dev (#1620)
  • Next Build on dev (#1635)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc