Browse Source

Merge branch 'master' of github.com:fastnlp/fastNLP

tags/v0.6.0
yh_cc 5 years ago
parent
commit
a6c2533bd3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fastNLP/modules/tokenizer/bert_tokenizer.py

+ 1
- 1
fastNLP/modules/tokenizer/bert_tokenizer.py View File

@@ -10,7 +10,7 @@ import os
import collections
import unicodedata
from ...core import logger
from fastNLP.io.file_utils import _get_file_name_base_on_postfix
from ...io.file_utils import _get_file_name_base_on_postfix
from ...io.file_utils import _get_bert_dir

VOCAB_NAME = 'vocab.txt'


Loading…
Cancel
Save