Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NER: Add html-like tag in output #262

Merged
merged 5 commits into from
Sep 1, 2019
Merged

NER: Add html-like tag in output #262

merged 5 commits into from
Sep 1, 2019

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    d44b03f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. add test cases for new option tag

    changes in this commit:
    
    - assert the output of the method `get_ner`
       when argument `tag` is set to True
       for all 13 tags as described in
       (https://github.com/wannaphongcom/thai-ner/tree/master/model/1.2)
    
    - assert the output of the method `get_ner`
       when argument `pos` is set to True
    
    - asser the output of the method `get_ner`
       when argument `pos` is set to False
    Chakri Lowphansirikul authored and Chakri Lowphansirikul committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    ea703f2 View commit details
    Browse the repository at this point in the history
  2. fix PEP8 issues

    Chakri Lowphansirikul authored and Chakri Lowphansirikul committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    def7388 View commit details
    Browse the repository at this point in the history
  3. fix typo

    Chakri Lowphansirikul authored and Chakri Lowphansirikul committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    723a052 View commit details
    Browse the repository at this point in the history
  4. change input texts in two cases

    As thainer version 1.2 provide different results from previous version
    Chakri Lowphansirikul authored and Chakri Lowphansirikul committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    937aecb View commit details
    Browse the repository at this point in the history