dmlc / gluon-nlp

NLP made easy
https://nlp.gluon.ai/
Apache License 2.0
2.56k stars 538 forks source link

[BUGFIX] Fix deprecation warnings due to invalid escape sequences. #1219

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago

Description

Fixes #1218

Checklist

Essentials

Changes

Comments

cc @dmlc/gluon-nlp-team

mli commented 4 years ago

Job PR-1219/1 is complete. Docs are uploaded to http://gluon-nlp-staging.s3-accelerate.dualstack.amazonaws.com/PR-1219/1/index.html

codecov[bot] commented 4 years ago

Codecov Report

Merging #1219 into v0.9.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           v0.9.x    #1219   +/-   ##
=======================================
  Coverage   88.51%   88.51%           
=======================================
  Files          72       72           
  Lines        6977     6977           
=======================================
  Hits         6176     6176           
  Misses        801      801           
leezu commented 4 years ago

@tirkarthi would you like to commit PR to the master (development) branch as well?