README.md in zenlish-0.1.15 vs README.md in zenlish-0.1.16

- old
+ new

@@ -18,11 +18,12 @@ users with a language that is close enough to English. ### Project status The project is still in inception. Currently, zenlish is able to parse all -sentences from lessons 1-A up to 2-G. +sentences from lessons 1-A up to 2-G. The parser is able to cope with syntactical +ambiguities generating parse forests instead of parse trees. The intent is to deliver gem versions in small increments. #### Zenlish as a library (gem) Over time, the zenlish gem will contain: @@ -35,14 +36,14 @@ #### Some project metrics (v. 0.1.15) |Metric|Value| |:-:|:-:| -| Number of lemmas in dictionary | 89 | +| Number of lemmas in dictionary | 92 | | [Coverage 100 commonest English words](https://en.wikipedia.org/wiki/Most_common_words_in_English) | 45 | -| Number of production rules in grammar | 129 | +| Number of production rules in grammar | 131 | | Number of lessons covered | 15 | -| Number of sentences in spec files | 184 | +| Number of sentences in spec files | 189 | ## Installation... ### ...with Rubygem Install the gem yourself as: