A minor bug is fixed
Kensuke-Mitsuzawa
released this
06 Nov 08:35
·
18 commits
to master
since this release
The following bug case is fixed. When your input feature type is word
, ScoredResultObject. convert_score_matrix2score_record ()
sends you a feature is str of list ([str]
).
Now, ScoredResultObject. convert_score_matrix2score_record ()
shows you a feature str
when input feaure type is word.