Skip to content

Commit

Permalink
💚 Fixing CI Build.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrikerMan committed May 8, 2020
1 parent 2d1af68 commit 36bb945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kashgari/corpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def __init__(self,
self.test_ids = []
self.valid_ids = []

self.tokenizer: Tokenizer
if tokenizer is None:
self.tokenizer = BertTokenizer()
else:
Expand Down

0 comments on commit 36bb945

Please sign in to comment.