mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
test: no:utf-8 is actually working now, after the last model script fix…
… and rebuild of models. The scores are really not bad now, 0.896026 for Norwegian and 0.877947 for Danish. It looks like the last confidence computation changes I did are really giving fruits!
This commit is contained in:
parent
e6e51d9fe8
commit
3a6806ab19
@ -38,8 +38,7 @@ foreach(dir ${dirs})
|
|||||||
"${lang}:${charset}" STREQUAL "ja:utf-16be" OR
|
"${lang}:${charset}" STREQUAL "ja:utf-16be" OR
|
||||||
"${lang}:${charset}" STREQUAL "es:iso-8859-15" OR
|
"${lang}:${charset}" STREQUAL "es:iso-8859-15" OR
|
||||||
"${lang}:${charset}" STREQUAL "da:iso-8859-1" OR
|
"${lang}:${charset}" STREQUAL "da:iso-8859-1" OR
|
||||||
"${lang}:${charset}" STREQUAL "he:iso-8859-8" OR
|
"${lang}:${charset}" STREQUAL "he:iso-8859-8")
|
||||||
"${lang}:${charset}" STREQUAL "no:utf-8")
|
|
||||||
message(STATUS "Skipping test ${lang}:${charset} (known broken)")
|
message(STATUS "Skipping test ${lang}:${charset} (known broken)")
|
||||||
else()
|
else()
|
||||||
add_test(NAME "${lang}:${charset}" COMMAND uchardet-tests ${file})
|
add_test(NAME "${lang}:${charset}" COMMAND uchardet-tests ${file})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user