Hi all. I just learned about the srx-repository: https://bitbucket.org/okapiframework/srx-repository/src/master/ I recently implemented an SRX engine for Ruby (https://github.com/amake/srx-ruby) and was looking for good "canned" rules to offer as defaults.
I'm wondering: - Is there any more information published about the repository somewhere? Like intended use case, etc. I think such a document would probably answer my remaining questions...
- What is the license on the SRX data itself? I see that some files are noted as coming from LanguageTool and mention the LGPL; does LGPL meaningfully apply to data files? What about the files that don't mention a license? I don't see any overall license for the repo.
- I see that the SRX data is split into languageMap and languageRule text files. Is there a way provided to build a fully formed SRX document, or is that munging left to the user?
- Are the rules taken from LanguageTool kept up to date with upstream? (I see a lot of things last modified in 2015 so I guess not.)
Thanks, Aaron