akshaynagpal / w2n

Convert number words (eg. twenty one) to numeric digits (21)
http://w2n.readthedocs.io
MIT License
167 stars 78 forks source link

Adding number2word reverse function #35

Closed OptimusRhine closed 5 years ago

OptimusRhine commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #35 into master will increase coverage by 0.7%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #35     +/-   ##
========================================
+ Coverage    96.8%   97.5%   +0.7%     
========================================
  Files           2       2             
  Lines         125     160     +35     
========================================
+ Hits          121     156     +35     
  Misses          4       4
Impacted Files Coverage Δ
word2number/w2n.py 96.11% <100%> (+0.99%) :arrow_up:
unit_testing.py 100% <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 33aac8a...97dba2b. Read the comment docs.

akshaynagpal commented 5 years ago

w2n has no plans to support reverse conversion for now. But, good effort.