Hi there!
I'm currently making an extension for Part-of-Speech-Taggers and to initialize an operator with its tagger, it needs a model file (*.tagger).
So i have 2 questions, because the Gradle documentation isn't really helping me there:
1. How can i include a file in the build, so that the extension has an exact copy of it?
2. What is the Adress of the File? The tagger needs to know where it is placed (with an argument like "path/to/file/xyz.tagger")
Obviously i cant just expect from a user to have the model files on him and specify them, they have to come with the extension.
Thanks,
Phil