You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for your public repo. We used this in our fork with some additional changes.
And after some cleanup and reorganizing we now finally have made it public. Yay.
What could be of interest to you is how we decided to add changes to the noske source files. It was mostly necessary since we had too many modifications to apply them with sed etc. in the Dockerfile. Our approach is to store our changes in a kind of overlay folder, so on build we extract the original source files and then overwrite specific files with our changes. Upgrading versions requires us to check for changes but this is mostly true when using sed, too, even if a bit more effort.
We also added some primitive method to scope corpora by user (when using auth) but this is something we are still working on to make more robust...
Lots of modifications are also just for our setup, so are probably not too relevant to you.
The text was updated successfully, but these errors were encountered:
Hi,
thank you for your public repo. We used this in our fork with some additional changes.
And after some cleanup and reorganizing we now finally have made it public. Yay.
What could be of interest to you is how we decided to add changes to the noske source files. It was mostly necessary since we had too many modifications to apply them with
sed
etc. in theDockerfile
. Our approach is to store our changes in a kind of overlay folder, so on build we extract the original source files and then overwrite specific files with our changes. Upgrading versions requires us to check for changes but this is mostly true when usingsed
, too, even if a bit more effort.We also added some primitive method to scope corpora by user (when using auth) but this is something we are still working on to make more robust...
Lots of modifications are also just for our setup, so are probably not too relevant to you.
The text was updated successfully, but these errors were encountered: