Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Mar 30, 2020
2 parents 76a3e9c + f15ea06 commit cf154fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ from ktrain import text as txt
sentence_column='Sentence #',
word_column='Word',
tag_column='Tag',
data_format='gmb')
data_format='gmb',
use_char=True) # enable character embeddings

# load model
model = txt.sequence_tagger('bilstm-crf', preproc)
Expand Down

0 comments on commit cf154fa

Please sign in to comment.