NIHOPA / NLPre

Python library for Natural Language Preprocessing (NLPre)
190 stars 34 forks source link

Add w_word, cardinal and tests #74

Closed thoppe closed 7 years ago

thoppe commented 7 years ago

Fixes #63.

codecov-io commented 7 years ago

Codecov Report

Merging #74 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #74   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          14     14           
  Lines         496    496           
=====================================
  Hits          496    496
Impacted Files Coverage Δ
nlpre/pos_tokenizer.py 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8e7aff0...bc564f5. Read the comment docs.

thoppe commented 7 years ago

Latest push fixes #73