Skip to content

Commit

Permalink
Forgot to disable evalCoref
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed May 2, 2024
1 parent f073c8e commit bc4075c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lima_linguisticprocessing/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit bc4075c

Please sign in to comment.