README.md in opener-kaf-naf-parser-1.1.0 vs README.md in opener-kaf-naf-parser-2.0.0

- old
+ new

@@ -1,7 +1,6 @@ -Introduction ------------- +# KAF NAF Parser This library converts KAF to NAF and NAF to KAF. It also contains a webservice for doing exactly this. It uses slightly altered distributions of the VUA_pylib and KafNafParserPy but @@ -14,18 +13,17 @@ tools known as "the OpeNER project". You can find more information about the project at [the OpeNER portal](http://opener-project.github.io). There you can also find references to terms like KAF (an XML standard to represent linguistic annotations in texts), component, cores, scenario's and pipelines. -Quick Use Example ------------------ +## Quick Use Example Installing the kaf-naf-parser can be done by executing: gem install opener-kaf-naf-parser -Please bare in mind that all components in OpeNER take KAF as an input and +Please keep in mind that all components in OpeNER take KAF as an input and output KAF by default. It ships with 3 command line tools and a webservice: kaf-to-naf @@ -55,13 +53,17 @@ Last but not least the kaf-naf-parser comes shipped with a daemon that can read jobs (and write) jobs to and from Amazon SQS queues. For more information type: kaf-naf-parser-daemon -h -Description of dependencies ---------------------------- +## Description of dependencies +The working part of this OpeNER component is the KafNafParserPy Python library. +More documentation on this library can be found here +http://kyoto.let.vu.nl/~izquierdo/api/KafNafParserPy/ and at +[KafNafParserPy Github Page](https://github.com/cltl/KafNafParserPy). + This component runs best if you run it in an environment suited for OpeNER components. You can find an installation guide and helper tools in the [OpeNER installer](https://github.com/opener-project/opener-installer) and an [installation guide on the Opener Website](http://opener-project.github.io/getting-started/how-to/local-installation.html). @@ -70,24 +72,21 @@ ### Dependencies for normal use: * Ruby 1.9.3 or newer * Python 2.6 -Where to go from here ---------------------- +## Where to go from here * [Check the project website](http://opener-project.github.io) * [Checkout the webservice](http://opener.olery.com/kaf-naf-parser) -Report problem/Get help ------------------------ +## Report problem/Get help If you encounter problems, please email support@opener-project.eu or leave an issue in the [issue tracker](https://github.com/opener-project/kaf-naf-parser/issues). -Contributing ------------- +## Contributing 1. Fork it <http://github.com/opener-project/kaf-naf-parser/fork> 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`)