barzerman / barzer

barzer engine code
MIT License
2 stars 0 forks source link

numbers, dates are ignored in zurch #506

Closed barzerman closed 11 years ago

barzerman commented 11 years ago

right now we do not process BarzerNumber at all there's a temporary solution: 1) add UBIT to tell lexer to never classify anything as a number 2) later on we can add a UBIT to convert stuff such as Date / TIme to Strings after processing 3*) create dynamic entities using mkEnt the function for some cases such as "Rule n()" ...

0xd34df00d commented 11 years ago

Some untested stuff in 9470cd3 in branch issue_506_zurch_datatypes

0xd34df00d commented 11 years ago

So doesn't this stuff work?

barzerman commented 11 years ago

i haven't tested it . can you test it on a full corpus before i get to test it? it's a risky change

0xd34df00d commented 11 years ago

Sure, will do.

0xd34df00d commented 11 years ago

Seems like working (or not offending), merged in master.