
module wisski_textanly
=============================

This module analyses free text and makes annotation proposals for the WissKI editor (wisski_textedit).
It shall supersede (parts of the) the wisski_textproc module. As such, it is
incompatible with the wisski_textproc module!

The person names in personnames_table.csv are a compilation of the Wikipedia lists for
- female givennames (<http://de.wikipedia.org/w/index.php?title=Kategorie:Weiblicher_Vorname>)
- male givennames (<http://de.wikipedia.org/w/index.php?title=Kategorie:Männlicher_Vorname>)
- surnames (<http://de.wikipedia.org/wiki/Liste_der_h%C3%A4ufigsten_Familiennamen_in_Deutschland>)


License
=============================

(c) WissKI Project, http://wiss-ki.eu

This module contains files with source code and files with data.

The contents of file personnames_table.csv derive from Wikipedia and are thus
licensed under the Creative Commons Attribution/ShareAlike 3.0 
(<http://creativecommons.org/licenses/by-sa/3.0/deed.de>).

The png icons are taken from the Silk icons (<http://www.famfamfam.com/lab/icons/silk/>)
by Mark James and is licensed under the Creative Commons Attribution 3.0 
(<http://creativecommons.org/licenses/by/3.0/>).

All other files (the source code) are licensed under the GNU GPLv2 or later.
You should have recieved a copy of the license as LICENSE.txt.

