From bc4075c3c4ad44fb02cd06d9f445e663a49aa2f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20de=20Chalendar?= Date: Thu, 2 May 2024 11:56:30 +0200 Subject: [PATCH] Forgot to disable evalCoref --- lima_linguisticprocessing/tools/CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lima_linguisticprocessing/tools/CMakeLists.txt b/lima_linguisticprocessing/tools/CMakeLists.txt index 7fa5fffe3..680b38c4b 100644 --- a/lima_linguisticprocessing/tools/CMakeLists.txt +++ b/lima_linguisticprocessing/tools/CMakeLists.txt @@ -3,13 +3,12 @@ # # SPDX-License-Identifier: MIT -#add_subdirectory(applyAutomaton) # n'est pas compile dans S2!!! +# add_subdirectory(applyAutomaton) add_subdirectory(automatonCompiler) -add_subdirectory(common) # executable de s2common +add_subdirectory(common) add_subdirectory(dictionary) -add_subdirectory(evalCoref) +# add_subdirectory(evalCoref) # TODO corect boost regex compilation in some contexts add_subdirectory(normalize) -# add_subdirectory(lima-lp-tgv) # --> src/linguisticProcessing/common/lima-lp-tgv add_subdirectory(tva) add_subdirectory(tvx)