Skip to content

OneMoreSecond/SimpleParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Parser

Simple parser is a Context-Free-Grammar parser using Earley algorithm.

Terminal symbols can have output here, so we can use it for simple translaton.

Grammar Format

Grammar should be written in XML conforming to the schema.

ChineseNumber is a example for translating digits to its Chinese reading.

About

A CFG parser and translator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages