Commit 12bd01a8 authored by Hiruni Rathnayake's avatar Hiruni Rathnayake

Update readme with contribution list

parent f9d89a5f
Pipeline #1964 failed with stages
......@@ -40,14 +40,20 @@ on how to apply punctuation marks too.
Identify the Sentence pattern
1.Get a sentence at a time.
2.Check the sentence using morphological analysis (word formatting analysis)
-There are 3 main dictionaries,
-Identify basic Sinhala word using base dictionary
-Identify rules that are needed to generate words using rule dictionary
-Identify synonyms and anonyms using concept dictionary
3.Check the Sinhala phaser, considering adjectives and adverbs.
4.get the word segments according to SOV (subject, object, verbs)
5.Identify as a S-O-V and match pattern and template.
6.Finally, display merge sentence in Web Application.
**IT17000390 J.R.W.Jayasinghe**
......@@ -55,6 +61,7 @@ Identify the Sentence pattern
Identify the Spell checking
1. Get a sentence according to s-o-v pattern.
2. Check the words according to the sinhala spelling rules.Here we have considered most common spelling rules and we have given some suggested word list for user to update as their preference.
i. The most common Sinhala spelling mistakes are due to confusion of the retroflex and the dental letter.
......@@ -80,8 +87,11 @@ Eg:
Spell Different meanings
ඉර හිරැ , සීමාව
ගත ග්රන්ථය , ශරීරය
3. If the given words are already exist , db will return the words with the correct spells and finally will display the correct sentence.
4. Also, as we have given suggested word list, it will display selected words with different meaning and user can add any of word as thier preference.
5. Display the sentence with correct spells words.
**IT17005418 K.L.A.D.P.Vidyarathna**
......@@ -100,9 +110,13 @@ Identify the correct grammar
Formal writing
1.Get a sentence at a time.
2.Identify subject and verb
3.Convert subject and verb to formal way
4.Convert nouns in to formal way
5.Add විසින් after the subject and ලදි after the verb
*Angular.js controller request to node.js server get and set JSON data. In data communication transmit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment