commonsense team mailing list archive
-
commonsense team
-
Mailing list archive
-
Message #00080
[Bug 433201] Re: SVD fails on non-ASCII characters
It turns out that character 0x93 is a "left smart-quote". We should
probably treat smartquotes as if they were regular quotation marks, but
also, more generally, we should not die on characters that are outside
the basic ASCII set.
This requires only a small change to backend.py. However, I won't be
able to do a Windows build of a revised backend until Monday.
Annoying workaround for now: remove smart-quotes from the files you
input.
** Changed in: divisiui
Importance: Undecided => High
** Tags added: backend
--
SVD fails on non-ASCII characters
https://bugs.launchpad.net/bugs/433201
You received this bug notification because you are a member of
Commonsense Computing, which is the registrant for Divisi UI.
Status in Divisi UI: In Progress
Bug description:
Unable to run SVD.
Traceback (most recent call last): File "backend.py", line 307, in <module> File "backend.py", line 126, in main File "backend.py", line 229, in tensor_to_svdview File "csc\divisi\export_svdview.pyc", line 143, in write_annotated UnicodeDecodeError: 'ascii' codec can't decode byte 0x93 in position 9: ordinal not in range(128)
References