-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
When I trained with English train/dev files, it worked.
But when I trained with Japanese train/dev files (and set pre-trained Japanese word embeddings file), I got the following error.
File "build/bdist.linux-x86_64/egg/deepcrf/__init__.py", line 66, in train
File "build/bdist.linux-x86_64/egg/deepcrf/main.py", line 98, in run
File "build/bdist.linux-x86_64/egg/deepcrf/util.py", line 102, in read_conll_file
TypeError: object of type 'int' has no len()
I want to set pre-trained Japanese char embeddings file, but it looks like there is not --char_emb_file option.
I am wondering if this is the cause of the error.
Does it support Japanese train/dev file (or --char_emb_file option) ?
Thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels