You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sif4sci may return None;Similarly,GensimWordTokenizer may return None, ethier.
Error Message
(Paste the complete error message. Please also include stack trace by setting environment variable DMLC_LOG_STACK_TRACE_DEPTH=100 before running your script.)
To Reproduce
(If you developed your own code, please provide a short script that reproduces the error. For existing examples, please provide link.)
Steps to reproduce
(Paste the commands you ran that produced the error.)
🐛 Description
sif4sci
may return None;Similarly,GensimWordTokenizer
may return None, ethier.Error Message
(Paste the complete error message. Please also include stack trace by setting environment variable
DMLC_LOG_STACK_TRACE_DEPTH=100
before running your script.)To Reproduce
(If you developed your own code, please provide a short script that reproduces the error. For existing examples, please provide link.)
Steps to reproduce
(Paste the commands you ran that produced the error.)
What have you tried to solve it?
Actually, I figure out that this is caused by our way to hangle Error raised, which is "ignore" in GensimWordTokenizer.
But, as I look at the specific error, I find one main type related to
SIF Parser
. So I wonder if we need to handle this problem ?For example, Parser can not identify
"n="
and"p="
(1)
Environment
Operating System: windows
Python Version: Pyhon 3.6
Additional context
The text was updated successfully, but these errors were encountered: