idio / spotlight-model-editor

Tool for tweaking dbpedia spotlight's models
Apache License 2.0
16 stars 8 forks source link

Feature/code clean up #5

Closed dav009 closed 10 years ago

dav009 commented 10 years ago

So this is a big code clean up of the model editor:

----UPDATE----

The other relevant changes are:

--- Update 2 ---

I would like to remove the Updating a model From File (Two Steps) part in the docs. Since anyway this is meant to run in a big machine, any arguments against it?


tgalery commented 10 years ago

I mentioned to you in passing that it would be nice to have a too similar to knife. Like the first argument of the editor would an entity (surface form, candidate, or resource) and the next argument would be an action (make-spotable, associate, change context), but i think this would take a while to fix, so maybe in another life we could do this.

dav009 commented 10 years ago

It doesn't sound so complicated. I will take a look for a lib similar to python's optpars

tgalery commented 10 years ago

Cool, but it's still a minor point, so up to you whether you fancy doing that.

dav009 commented 10 years ago

@tgalery you can rereview!

dav009 commented 10 years ago

@tgalery ready for re-re-re-re-re-re-re....-re review

tgalery commented 10 years ago

Looks good :+1: :sake: . The only tiny thing, should we have a license.txt file linked from within the readme. Also, a few suggestions for actions change.

make-spottable => make-spotable (I think spotable is with only one 't' but i m not sure) make-no-spottable => make-unspotable only-context => context-only

Is that ok ?

dav009 commented 10 years ago

sure. spottable seems to be alright

There is a link in readme.md to the standard apache 2.0 license, which is what I usually saw in the readme's of the big companies.

papaonlegs commented 10 years ago

Looks like it's ready to be merged.

dav009 commented 10 years ago

YAY!!!!