commonsense / conceptnet-numberbatch

Other
1.28k stars 143 forks source link

Can i use embeddings in closed source game (trough rest server)? #66

Open michalgor opened 1 year ago

michalgor commented 1 year ago

I'm little confused how license of your project apply to my case.

I would like to use embeddings for my game. Embeddings data would be used by simple rest server, which would provide one method - calculating similarity between two words.

That method would be used by my game. So in my game i won't use embeddings directly nor will i distribute them. My game will just use calculated similarity from rest server.

So, my question is - how ShareAlike license apply to my case? Can my game be closed source? What about my server? Do i need to release it under CC BY-SA 4.0 license?