acoli-repo / fintan-backend

0 stars 4 forks source link

Fintan

Software Documentation

fintan-doc

Quick start and demo

Install

git clone https://github.com/acoli-repo/fintan-backend.git
cd fintan-backend/
(. build.sh) 

Demo

cd samples/xslt/apertium/
. _apertium_demo.sh 

Authors and Maintainers

See also the list of contributors who participated in this project.

Reference

Acknowledgments

This repository has been created in context of

Licenses

The repositories for Fintan are being published under multiple licenses. All native code and documentation falls under an Apache 2.0 license. LICENSE.main. The examples in the backend repository contain data and some SPARQL scripts from external sources: CC-BY 4.0 for all data from universal dependencies and SPARQL scripts from the CoNLL-RDF repository, see LICENSE.data. The included Apertium data maintains its original copyright, i.e., GNU GPL 3.0, see LICENSE.data.apertium. Code from external dependencies and submodules is not redistributed with this package but fetched directly from the respective source repositories during build process and thus adheres to the respective Licenses.

LICENSE.main (Apache 2.0)

├── https://github.com/acoli-repo/fintan-doc/ 
├── https://github.com/acoli-repo/fintan-core/  
├── https://github.com/acoli-repo/fintan-swagger-client/
└── https://github.com/acoli-repo/fintan-backend/
    └──[ see exceptions below ]

LICENSE.data (CC-BY 4.0)

└── https://github.com/acoli-repo/fintan-backend/  
    ├── samples/conll-rdf/  
    │   └──[ all scripts and data ]
    └── samples/splitter/  
        ├── en-ud-dev.conllu.gz.linked.ttl
        ├── en-ud-tiny.conllu.gz.linked.ttl
        └── en-ud-train.conllu.gz.linked.ttl

LICENSE.data.apertium (GNU GPL 3.0)

└── https://github.com/acoli-repo/fintan-backend/  
    └── samples/xslt/apertium/data

Please cite Fäth C., Chiarcos C., Ebbrecht B., Ionov M. (2020), Fintan - Flexible, Integrated Transformation and Annotation eNgineering. In: Proceedings of the 12th Language Resources and Evaluation Conference. LREC 2020. pp 7212-7221..