saad120 / dkpro-wsd

Automatically exported from code.google.com/p/dkpro-wsd
0 stars 0 forks source link

Remove dependencies on TreeTagger #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some of the code in the examples module uses the proprietary TreeTagger library 
for lemmatization.  Most users won't be able to run these examples without 
manually installing TreeTagger and its language models.  The examples should 
therefore be rewritten to use free software.

Original issue reported on code.google.com by tristan.miller@nothingisreal.com on 11 Jul 2013 at 2:31

GoogleCodeExporter commented 9 years ago
The de.tudarmstadt.ukp.dkpro.wsd.linkbased.wikipedia also depends on 
TreeTagger.  Nico, is it possible for this dependency to be removed?  
(Incidentally I also see that the module depends on standfordnlp, which is 
GPL'd.  If we need to keep this then we may need to split this module off to a 
separate product.)

Original comment by tristan.miller@nothingisreal.com on 12 Jul 2013 at 3:31

GoogleCodeExporter commented 9 years ago
de.tudarmstadt.ukp.dkpro.wsd.wordnetplusplus is also affected.  Possibly this 
whole module could be removed as it's more about creating new lexical resources 
than WSD itself.

Original comment by tristan.miller@nothingisreal.com on 12 Jul 2013 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by tristan.miller@nothingisreal.com on 12 Jul 2013 at 4:00

GoogleCodeExporter commented 9 years ago

Original comment by tristan.miller@nothingisreal.com on 12 Jul 2013 at 4:03

GoogleCodeExporter commented 9 years ago

Original comment by tristan.miller@nothingisreal.com on 12 Jul 2013 at 4:13

GoogleCodeExporter commented 9 years ago
de.tudarmstadt.ukp.dkpro.wsd.linkbased.wikipedia no longer depends on 
TreeTagger or any other gpl artifact

Original comment by nico.erbs@gmail.com on 15 Jul 2013 at 10:43

GoogleCodeExporter commented 9 years ago
de.tudarmstadt.ukp.dkpro.wsd.wordnetplusplus has been removed from the project. 
 (This module was for *creating* WordNet++-like sense inventories; it's still 
possible to *use* such inventories using the classes in the si.wordnet module.

At this point I think the only TreeTagger-dependent code remaining is in the 
examples module.

Original comment by tristan.miller@nothingisreal.com on 15 Jul 2013 at 10:58

GoogleCodeExporter commented 9 years ago

Original comment by tristan.miller@nothingisreal.com on 19 Jul 2013 at 1:08

GoogleCodeExporter commented 9 years ago
Replaced treetagger with stanfordnlp in the examples.  No remaining 
dependencies on treetagger that I can see.

Original comment by tristan.miller@nothingisreal.com on 23 Jul 2013 at 4:20