diff --git a/docs/concepts.md b/docs/concepts.md index 5c6adce..e49dbe3 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -4,7 +4,7 @@ Varnam is based on phonetic transliteration, and defines a particular scheme for each language. libvarnam is the core library that all Varnam projects use. It is a shared library that implements a transliterator, a reverse transliterator and a learning subsystem. -ilibvarnam is a learning program, that is, it can learn words as you type. It stores the words it has learned, and makes use of this knowledge to provide suggestions while transliterating. +libvarnam is a learning program, that is, it can learn words as you type. It stores the words it has learned, and makes use of this knowledge to provide suggestions while transliterating. For instance, to input the text "മലയാളം", in other phonetic based transliteration systems, you will have to input "malayaaLam". But in Varnam, just inputting "malayalam" can give you the word "മലയാളം". Varnam knows about half a million Malayalam words as of now, and it gets better with more use. Varnam can ease the input time considerably for beginners, compared to other transliteration systems. @@ -28,7 +28,7 @@ Look inside [schemes/](https://github.com/varnamproject/libvarnam/tree/master/sc ## libvarnam -This is the core of varnamproject and all components use this shared library. libvarnam has a fairly simple API and is written using standard C. It can be easily embedded to your application. If you have a standalone application, you can embed the "libvarnam.so" or "libvarnam.dll" or even a statically compiled version of the library. Web applications can use the REST API interface to enable indic input. +This is the core of varnamproject and all components use this shared library. libvarnam has a fairly simple API and is written using standard C. It can be easily embedded to your application. If you have a standalone application, you can embed the "libvarnam.so" or "libvarnam.dll" or even a statically compiled version of the library. Web applications can use the REST API interface to enable indic input. ## varnamproject.com