To avoid heavy branch merges with high risk of conflicts in the future, I have locked (but not removed) the master branch. I hope this is ok.
Also, I notice you have a different source dir structure. To reap the most of the GiellaLT infrastructure it would be good to follow the general layout. For now I will move your srcV2 dir to within src/fst/, but with a symlink in the old location, so that your build will work as well.
Hm, come to think of it: your Makefile will block the creation of the GiellaLT Makefile, so the GiellaLT build will most likely fail. We need to figure out a way to solve that.
We have switched branches/branch names from
master
tomain
. I have merged your commit https://github.com/giellalt/lang-esu/commit/83a5a2f5d6df0677702562b4eb760e6215fb3b88 withmain
. It would be nice if you could continue your work in themain
branch 🙂To avoid heavy branch merges with high risk of conflicts in the future, I have locked (but not removed) the
master
branch. I hope this is ok.Also, I notice you have a different source dir structure. To reap the most of the GiellaLT infrastructure it would be good to follow the general layout. For now I will move your srcV2 dir to within
src/fst/
, but with a symlink in the old location, so that your build will work as well.Hm, come to think of it: your Makefile will block the creation of the GiellaLT Makefile, so the GiellaLT build will most likely fail. We need to figure out a way to solve that.