README.md in opener-ner-2.0.1 vs README.md in opener-ner-2.0.2
- old
+ new
@@ -6,11 +6,11 @@
### Confused by some terminology?
This software is part of a larger collection of natural language processing
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
+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
-----------------
@@ -80,14 +80,12 @@
Description of dependencies
---------------------------
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]
+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)
At least you need the following system setup:
### Depenencies for normal use:
@@ -112,29 +110,29 @@
--------
The component is a fat wrapper around the actual language technology core. You
can find the core technolies in the following repositories:
-* (ner-base)[https://github.com/opener-project/ner-base]
+* [ner-base](https://github.com/opener-project/ner-base)
Where to go from here
---------------------
-* Check (the project websitere)[http://opener-project.github.io]
-* (Checkout the webservice)[http://opener.olery.com/ner]
+* [Check the project websitere](http://opener-project.github.io)
+* [Checkout the webservice](http://opener.olery.com/ner)
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/ner/issues].
+If you encounter problems, please email <support@opener-project.eu> or leave an
+issue in the [issue tracker](https://github.com/opener-project/ner/issues).
Contributing
------------
-1. Fork it ( http://github.com/opener-project/ner/fork )
+1. Fork it <http://github.com/opener-project/ner/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`)
5. Create new Pull Request