summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJehan <jehan@girinstud.io>2022-12-15 15:11:17 +0100
committerJehan <jehan@girinstud.io>2022-12-15 15:11:17 +0100
commit3a6806ab192fb1e37c47869e36199c6cf7e435f7 (patch)
tree93c1eadbb4723e7d41365223e6c82c8763ca110c
parente6e51d9fe8692b03055165ba52b7e867ad11df49 (diff)
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!
-rw-r--r--test/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index d996676..a059044 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -38,8 +38,7 @@ foreach(dir ${dirs})
"${lang}:${charset}" STREQUAL "ja:utf-16be" OR
"${lang}:${charset}" STREQUAL "es:iso-8859-15" OR
"${lang}:${charset}" STREQUAL "da:iso-8859-1" OR
- "${lang}:${charset}" STREQUAL "he:iso-8859-8" OR
- "${lang}:${charset}" STREQUAL "no:utf-8")
+ "${lang}:${charset}" STREQUAL "he:iso-8859-8")
message(STATUS "Skipping test ${lang}:${charset} (known broken)")
else()
add_test(NAME "${lang}:${charset}" COMMAND uchardet-tests ${file})