giellalt / lang-esu

Central Alaskan Yup'ik FST morphological analyzer/generator
Other
12 stars 1 forks source link

Use `main` branch? Common dir layout? #3

Open snomos opened 2 years ago

snomos commented 2 years ago

We have switched branches/branch names from master to main. I have merged your commit https://github.com/giellalt/lang-esu/commit/83a5a2f5d6df0677702562b4eb760e6215fb3b88 with main. It would be nice if you could continue your work in the main 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.