fangfangli / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

Move training data out of resources #369

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In cleartk-examples, training data of various sorts is in src/main/resources. 
This means that whenever you `mvn test`, that data is copied over to 
`target/classes`. That's not necessary, and makes testing slower than it 
already is. We should move training data into a separate directory somewhere 
that's not under src.

Original issue reported on code.google.com by steven.b...@gmail.com on 29 May 2013 at 9:37

GoogleCodeExporter commented 9 years ago
From Lee, on the mailing list:
> Does this apply to all training data, or only for cleartk-examples?

It should apply to all training data. If there are other projects that have 
this same issue, please add them to the Component labels of this issue.

Original comment by steven.b...@gmail.com on 29 May 2013 at 10:02

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

Original comment by steven.b...@gmail.com on 25 Jun 2013 at 11:22