Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: uninitialized constant Module::Numerizer when running example #11

Open
JesseAldridge opened this issue Jun 9, 2011 · 2 comments

Comments

@JesseAldridge
Copy link

irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'tickle'
=> true
irb(main):003:0> Tickle.parse('day')
NameError: uninitialized constant Module::Numerizer
        from C:/Ruby192/lib/ruby/gems/1.9.1/gems/tickle-0.1.7/lib/tickle/tickle.rb:198:in `normalize'
        from C:/Ruby192/lib/ruby/gems/1.9.1/gems/tickle-0.1.7/lib/tickle/tickle.rb:188:in `block in post_tokenize'
        from C:/Ruby192/lib/ruby/gems/1.9.1/gems/tickle-0.1.7/lib/tickle/tickle.rb:187:in `each'
        from C:/Ruby192/lib/ruby/gems/1.9.1/gems/tickle-0.1.7/lib/tickle/tickle.rb:187:in `post_tokenize'
        from C:/Ruby192/lib/ruby/gems/1.9.1/gems/tickle-0.1.7/lib/tickle/tickle.rb:74:in parse'
        from (irb):3
        from C:/Ruby192/bin/irb:12:in `<main>'

I'm a ruby newb though, so I'm probably just doing something wrong.

@brunohq
Copy link

brunohq commented Jul 7, 2011

same problem in here.

@JesseAldridge
Copy link
Author

Me and my buddy got things working in this fork: https://github.com/dan335/tickle

But there were still more weird issues with tickle. And the project seems to be abandoned. I would suggest using ice_cube instead and handling any natural language parsing yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants