Skip to content
Snippets Groups Projects
Select Git revision
  • 6dd4cd50233d9eddb204e3fb040b7d347c64730d
  • master default protected
  • johannes
  • partial_parser
  • Aloui_Dary
  • ignore_punct
  • AC
  • classifier
  • fixhelp
  • libmacaon2
  • error_predictor
  • morpho
  • ssrnn
  • tfparsing
  • silvio
  • tagger_options
  • maca_trans_frame_parser
  • alexis
  • new_config
  • tagparse
  • maca_graph_parser
21 results

README

Blame
  • user avatar
    Alexis Nasr authored
    prevent the parser to produce an EOS at one point when segmentation is given in input and there is no segmentation at this point
    aa5addef
    History
    To learn more about this project, read the wiki.
    README 224 B
    if you want to use a debugger
    
    cmake -DCMAKE_BUILD_TYPE=Debug ..
    
    if you want the binaries to be installed in a special directory
    
    cmake -DCMAKE_INSTALL_PREFIX:PATH=absolute_path_to_directory_where_binaries_will_be_copied ..