README.md in zenlish-0.1.04 vs README.md in zenlish-0.1.05
- old
+ new
@@ -1,8 +1,9 @@
# Zenlish
+[![Linux build Status](https://travis-ci.org/famished-tiger/Zenlish.svg?branch=master)](https://travis-ci.org/famished-tiger/Zenlish)
[![Gem Version](https://badge.fury.io/rb/zenlish.svg)](https://badge.fury.io/rb/zenlish)
-
+[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/famished-tiger/Zenlish/blob/master/LICENSE.txt)
### What is __Zenlish__ ?
Zenlish = Zen + English
__Zenlish__ will be a Controlled Natural Language based on English.
@@ -38,30 +39,31 @@
With __Zenlish__ it should be possible for a Ruby application to interact with
users with a language that is close enough to English.
### Project status
-The project is still in inception.
-#### Some project metrics (v. 0.1.04)
+The project is still in inception.
+#### Some project metrics (v. 0.1.05)
|Metric|Value|
|:-:|:-:|
-| Number of lemmas in lexicon | 32 |
-| Number of production rules in grammar | 53 |
-| Number of lessons covered | 4 |
-| Number of sentences in spec files | 37 |
+| Number of lemmas in lexicon | 41 |
+| [Coverage 100 commonest English words](https://en.wikipedia.org/wiki/Most_common_words_in_English) | 20 |
+| Number of production rules in grammar | 69 |
+| Number of lessons covered | 6 |
+| Number of sentences in spec files | 48 |
### Roadmap
-
+
Here a tentative roadmap:
#### A) Support vocabulary and sentences from [Learn These Words First](http://learnthesewordsfirst.com/)
This website advocates the idea of a multi-layered dictionary.
At the core, there are about 300 essential words.
The choice of these words is inspired by the semantic primitives of [NSM
(Natural Semantic Metalanguage)](https://en.wikipedia.org/wiki/Natural_semantic_metalanguage).
-The essential words are introduced in twelve lessons. Each lesson put the Words
-in examplar sentences and pictures.
+The essential words are introduced in twelve lessons. Each lesson put the words
+in exemplar sentences and pictures.
The project sub-goals are:
- To inject the 300 core words into Zenlish lexicon,
- Zenlish should be able to parse all the example sentences
- Also Zenlish should determine the semantics (i.e. meaning) of the sentences