JuliaText / WordTokenizers.jl

High performance tokenizers for natural language processing and other related tasks
Other
96 stars 25 forks source link

fix names #17

Closed aquatiko closed 5 years ago

aquatiko commented 5 years ago

Fixing the name of rev_tokenizer and rev_detokenizer to rev_tokenize and rev_detokenize, that were missed in last PR https://github.com/JuliaText/WordTokenizers.jl/pull/14

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #17   +/-   ##
======================================
  Coverage    80.5%   80.5%           
======================================
  Files           7       7           
  Lines         200     200           
======================================
  Hits          161     161           
  Misses         39      39
Impacted Files Coverage Δ
src/reversible_tokenize.jl 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 b804a61...210f4c4. Read the comment docs.

oxinabox commented 5 years ago

Thanks