Differences between revisions 16 and 17
Size: 1237
Comment:
|
Size: 1796
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
= TEI API = | = TEI API = This page offers the official [[http://creativecommons.org/licenses/by/3.0/deed.en_US|Creative Commons Attribution 3.0 Unported License]] release of the TeiAPI - a java library for parsing NKJP-compatible TEI P5 files. By downloading the package you accept the conditions of that licence. |
Line 4: | Line 5: |
This page describes TeiAPI - a java library for parsing NKJP-compatible TEI P5 files. | '''Contact person:''' [[MateuszKopec|Mateusz Kopeć]]<<BR>> '''Authors:''' [[MichalLenart|Michał Lenart]], [[MateuszKopec|Mateusz Kopeć]]<<BR>> '''License:''' CC BY v.3 {{http://i.creativecommons.org/l/by/3.0/88x31.png}} == Source code == Source code of the library is available at [[http://git.nlp.ipipan.waw.pl/nkjp/teiapi|git repository]]. |
TEI API
This page offers the official Creative Commons Attribution 3.0 Unported License release of the TeiAPI - a java library for parsing NKJP-compatible TEI P5 files. By downloading the package you accept the conditions of that licence.
Contact person: Mateusz Kopeć
Authors: Michał Lenart, Mateusz Kopeć
License: CC BY v.3
Source code
Source code of the library is available at git repository.
Usage
Without Maven
Download this jar and add it to your classpath.
Additional resources:
With Maven
In your pom.xml file:
- add repository information:
- and dependency information: