Skip to content
Snippets Groups Projects
Select Git revision
  • 5159d7d03c5ebb3c752cf883845d2491d2ec322e
  • master default protected
  • fix-words-ann
  • wccl-rules-migration
  • develop
5 results

wccl

  • Clone with SSH
  • Clone with HTTPS
  • Arkadiusz Janz's avatar
    Arkadiusz Janz authored
    Fix words and phrases annotation bugs
    
    See merge request !10
    5159d7d0
    History

    Requirements:

    • antlr
    • corpus2

    Build:

    $ mkdir build
    $ cd build
    $ cmake ..
    $ make -j 4
    $ make install
    $ ldconfig

    Prepare *.deb packages:

    $ mkdir build
    $ cd build
    $ cmake ..
    $ cmake --build .
    $ cpack