aherriot / story-generator

Using Natural Language Generation (NLG) to create a random short story.
64 stars 14 forks source link

License for 'story-generator'? #1

Open DrDub opened 11 years ago

DrDub commented 11 years ago

Hi,

Nice project, are you licensing under a free software license?

It'd be nice to have a NLG JS library available, particularly for natural-node.

P.

aherriot commented 11 years ago

Hi there! Feel free to use this software anyway you want. I have been looking for a good JavaScript framework that will help me keep the project following good design principles. I have tried playing with frameworks like YUI, but the code becomes very verbose and difficult to follow. For now, I have been playing with Dart and I am enjoying that language much more. But I will return to this someday.

DrDub commented 10 years ago

Great,

I'll send you a pull request later on with a license file compatible with natural node and close this bug.

Thanks again for making your code available.