giellalt / template-lang-und

A template repo for new languages, as well as to update existing language repos with.
https://giellalt.uit.no/
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Start using GiellaLTGramTools #24

Closed albbas closed 3 months ago

albbas commented 3 months ago

This is a companion to PR #44 in giella-core

albbas commented 3 months ago

This may be a solution for https://github.com/giellalt/giella-core/pull/44#issuecomment-1956518170

albbas commented 3 months ago

If --enable-grammarchecker is set and gramtool is missing, this message is given:

checking for gtgramtool... false
checking python3 module: pip... yes
checking whether we have gtgramtool... configure: error: gtgramtool is needed for --enable grammarchecker.
        on debian/ubuntu: sudo apt update; sudo apt install pipx; pipx ensurepath
        on macbrew: brew install pipx; pipx ensurepath
        then: pipx install git+https://github.com/divvun/giellaltgramtools