Browse Source

[bugfix] fix an import error in bert_tokenizer.py

tags/v0.6.0
Yige Xu 5 years ago
parent
commit
d9456eb15e
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