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

maca_trans_attach_punct.c a tool for determining position of attachement for punctuation

parent 0d0fe2f9
Branches
No related tags found
No related merge requests found
...@@ -43,6 +43,12 @@ target_link_libraries(transparse perceptron) ...@@ -43,6 +43,12 @@ target_link_libraries(transparse perceptron)
#target_link_libraries(maca_trans_parser_nn maca_common) #target_link_libraries(maca_trans_parser_nn maca_common)
#install (TARGETS maca_trans_parser_nn DESTINATION bin) #install (TARGETS maca_trans_parser_nn DESTINATION bin)
add_executable(maca_trans_attach_punct ./src/maca_trans_attach_punct.c)
target_link_libraries(maca_trans_attach_punct perceptron)
target_link_libraries(maca_trans_attach_punct transparse)
target_link_libraries(maca_trans_attach_punct maca_common)
install (TARGETS maca_trans_attach_punct DESTINATION bin)
add_executable(maca_trans_lemmatizer_mcf2cff ./src/maca_trans_lemmatizer_mcf2cff.c) add_executable(maca_trans_lemmatizer_mcf2cff ./src/maca_trans_lemmatizer_mcf2cff.c)
target_link_libraries(maca_trans_lemmatizer_mcf2cff perceptron) target_link_libraries(maca_trans_lemmatizer_mcf2cff perceptron)
target_link_libraries(maca_trans_lemmatizer_mcf2cff transparse) target_link_libraries(maca_trans_lemmatizer_mcf2cff transparse)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment