louismullie / treat

Natural language processing framework for Ruby.
Other
1.36k stars 128 forks source link

Create a builder class that includes Treat::Core::DSL #37

Closed louismullie closed 11 years ago

louismullie commented 11 years ago

@nyarly Mind looking over cbca3d8d37d39a8143ac94a49009d9a2f52406fd ? Not sure if this is the best way to do this.

louismullie commented 11 years ago

056ef129d60cb166ce2de3239a3a766aaef463cf

Usage:

Treat::Builder.new do
  s = sentence "Hello, world!"
end