Skip to content
Snippets Groups Projects
Commit d886a345 authored by Alexis Nasr's avatar Alexis Nasr
Browse files

modified names of conll2cff converters to mcf2cff

parent 32d4db0e
No related branches found
No related tags found
No related merge requests found
......@@ -30,20 +30,20 @@ add_library(transparse STATIC ${SOURCES})
#compiling, linking and installing executables
add_executable(maca_trans_tagger_conll2cff ./src/maca_trans_tagger_conll2cff.c)
target_link_libraries(maca_trans_tagger_conll2cff transparse)
target_link_libraries(maca_trans_tagger_conll2cff maca_common)
install (TARGETS maca_trans_tagger_conll2cff DESTINATION bin)
add_executable(maca_trans_parser_conll2fann ./src/maca_trans_parser_conll2fann.c)
target_link_libraries(maca_trans_parser_conll2fann transparse)
target_link_libraries(maca_trans_parser_conll2fann maca_common)
install (TARGETS maca_trans_parser_conll2fann DESTINATION bin)
add_executable(maca_trans_parser_conll2cff ./src/maca_trans_parser_conll2cff.c)
target_link_libraries(maca_trans_parser_conll2cff transparse)
target_link_libraries(maca_trans_parser_conll2cff maca_common)
install (TARGETS maca_trans_parser_conll2cff DESTINATION bin)
add_executable(maca_trans_tagger_mcf2cff ./src/maca_trans_tagger_mcf2cff.c)
target_link_libraries(maca_trans_tagger_mcf2cff transparse)
target_link_libraries(maca_trans_tagger_mcf2cff maca_common)
install (TARGETS maca_trans_tagger_mcf2cff DESTINATION bin)
add_executable(maca_trans_parser_mcf2fann ./src/maca_trans_parser_mcf2fann.c)
target_link_libraries(maca_trans_parser_mcf2fann transparse)
target_link_libraries(maca_trans_parser_mcf2fann maca_common)
install (TARGETS maca_trans_parser_mcf2fann DESTINATION bin)
add_executable(maca_trans_parser_mcf2cff ./src/maca_trans_parser_mcf2cff.c)
target_link_libraries(maca_trans_parser_mcf2cff transparse)
target_link_libraries(maca_trans_parser_mcf2cff maca_common)
install (TARGETS maca_trans_parser_mcf2cff DESTINATION bin)
add_executable(maca_trans_parser ./src/maca_trans_parser.c)
target_link_libraries(maca_trans_parser transparse)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment