sourish-rygbee / dkpro-similarity-asl

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

FunctionWordFrequenciesMeasure is hard coded for English #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The function word list in this measure is hard coded for English.
It should be changed so that it could also be used for other languages.

Original issue reported on code.google.com by torsten....@gmail.com on 21 Jun 2012 at 8:19

GoogleCodeExporter commented 9 years ago
Added a parameter in order to be able to provide an own list of function words.

The core of the issue however is still untouched, as the English function word 
list is used as default.

The measure should check for the CAS language and then try to load the 
corresponding default list, or throw initialization exception if no such list 
could be found.

Original comment by torsten....@gmail.com on 10 Jul 2012 at 8:32