Browse by Tags

All Tags » Algorithms » Lexer, Parser, Compiler, Oh My! (RSS)

Natural Language & AI: Dissecting the process of reading.

It has been a few years since I've seen the reports on how people read and more specifically how speed readers get so darn fast, but I recently got an email that demonstrated the concept rather well. Rather than explain the research study in plain words...

Do syntax parsing and code highlighting require language parsers or something more?

I've done work on this before, both in terms of creating language parsers, and then using them to examine syntax and perform code highlighting (among many other things). As a matter of fact, Chris Anderson worked on a small C# language parser when he...
More Posts