-
Notifications
You must be signed in to change notification settings - Fork 82
Please make the epic-pos-en model avaliable #24
Comments
actually it is available! version 2015.1.25 |
Is it possible to get some instructions on how to use this? The following fails on my machine:
My suggestion would be to make a "hello world" that used |
what's the error you're getting? On Tue, May 12, 2015 at 9:43 AM, Brian Topping [email protected]
|
I'm just getting started on my day, gonna take a look as well. |
https://github.com/briantopping/epic/blob/master/src/main/scala/epic/models/package.scala#L21-21 is failing, The IOException is getting swallowed by the caller, it is:
Opened #32. |
Yeah, Scala changed serialversionuids for all anonfuns to 0 somewhere in I have to stop using java serialization. I just don't know what to use On Wed, May 13, 2015 at 11:21 PM, Brian Topping [email protected]
|
Would you entertain a PR that converted to using https://developers.google.com/protocol-buffers ? I'm not at all sure I can pull it off, just a thought so far. Looking around though, I don't see the parser model generators. |
Ok, once I rolled back to e0238ce, I was able to get things running with the published models. It would be great to get a CI process running to generate the models to snapshots on Sonatype. I'd be happy to do this. |
the problem is that the data files needed to build the models aren't freely On Thu, May 14, 2015 at 9:45 PM, Brian Topping [email protected]
|
Isn't that a derivative work? |
i meant that I can't e.g. put the data on github and have travis ci build On Sat, May 16, 2015 at 11:36 PM, reactormonk [email protected]
|
I have a private CI server (Atlassian Bamboo) in a hardened installation in Equinix NY4. All the training files would remain protected and publish to Sonatype without exposing anything to anyone but yourself. I usually set up TravisCI for OSS projects, but this seems like a good reason to use the private instances. |
I switched back to scala 2.10.4 and to epic 0.2 and still having this issue. Actually this lib never worked for me, just trying to start it once a year. |
If you have time, please make the epic-pos-en model available. I have the Treebank data, but it would be easier to not build it myself (and other people might use it if it were available).
The text was updated successfully, but these errors were encountered: