google-code-export / dkpro-core-asl

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

For multiple files with same language code, only one is applied #600

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Whenever multiple files with identical language codes (including `*`) are 
specified in StopwordRemover.PARAM_MODEL_LOCATION, only (the last) one is 
applied while the others are ignored.
See `StopWordRemoverTest#testFilesSameLanguage()`.

Expected behaviour would be to apply all stopword files.

Original issue reported on code.google.com by schno...@ukp.informatik.tu-darmstadt.de on 12 Mar 2015 at 10:57

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r3376.

- StopwordRemoverTest.java added
- pom.xml: dependencies for testing added
- test resources added

Original comment by schno...@ukp.informatik.tu-darmstadt.de on 12 Mar 2015 at 10:59

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r3377.

- StopwordRemoverTest.java: comments and link to issue 600 added.

Original comment by schno...@ukp.informatik.tu-darmstadt.de on 12 Mar 2015 at 11:03

GoogleCodeExporter commented 9 years ago

Original comment by schno...@ukp.informatik.tu-darmstadt.de on 12 Mar 2015 at 11:13

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r3378.

Original comment by schno...@ukp.informatik.tu-darmstadt.de on 12 Mar 2015 at 11:17

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r3379.

- StopwordRemoverSet.java: initialization of data field moved to constructor.

Original comment by schno...@ukp.informatik.tu-darmstadt.de on 12 Mar 2015 at 11:23

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r3381.

- StopwordRemoverTest.java: now uses DKPro testing module

Original comment by schno...@ukp.informatik.tu-darmstadt.de on 12 Mar 2015 at 1:48