JuliaText / WordTokenizers.jl

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

Minor doc fixes in fast.jl #20

Closed Ayushk4 closed 5 years ago

Ayushk4 commented 5 years ago

A minor fix in the docstrings for this function closingquote(::TokenBuffer). Came across this while working on Tweet Tokenizer

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #20   +/-   ##
======================================
  Coverage    80.5%   80.5%           
======================================
  Files           8       8           
  Lines         200     200           
======================================
  Hits          161     161           
  Misses         39      39
Impacted Files Coverage Δ
src/words/fast.jl 79.68% <ø> (ø) :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 8b1eadf...2ea6ef0. Read the comment docs.

oxinabox commented 5 years ago

Thanks