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

PyThaiNLP / pythainlp / 1629 / 1
54%
dev: 54%

Build:
DEFAULT BRANCH: dev
Ran 01 Sep 2019 06:28AM UTC
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

01 Sep 2019 06:21AM UTC coverage: 92.222% (+0.06%) from 92.162%
1629.1

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

Source Files on job 1629.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1371
  • Travis Job 1629.1
  • c90b6860 on github
  • Prev Job for on dev (#1620.1)
  • Next Job for on dev (#1635.1)
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