Skip to content

Commit

Permalink
fix download
Browse files Browse the repository at this point in the history
  • Loading branch information
AlongWY committed Jun 18, 2020
1 parent edd549c commit 9a00bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ltp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*_
# Author: Yunlong Feng <[email protected]>
__version__ = '4.0.3'
__version__ = '4.0.3.post1'

from .core import Registrable
from .data import Dataset
Expand Down
2 changes: 1 addition & 1 deletion ltp/ltp.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
from ltp.utils import length_to_mask, eisner, is_chinese_char
from ltp.utils.seqeval import get_entities
from transformers import AutoTokenizer, cached_path
from transformers.file_utils import is_remote_url
from ltp.utils.sent_split import split_sentence
import itertools


try:
from torch.hub import _get_torch_home

Expand Down

0 comments on commit 9a00bdb

Please sign in to comment.