Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2022-303
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julien Angelo Yoganathan
2022-303
Commits
95253ad3
Commit
95253ad3
authored
Oct 22, 2022
by
MiyuruKanishkaW
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated
parent
b1abe99d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
37 deletions
+37
-37
ASpeakGrammar/SinhalaGrammarRules.py
ASpeakGrammar/SinhalaGrammarRules.py
+37
-37
ASpeakGrammar/__pycache__/SinhalaGrammarRules.cpython-310.pyc
...akGrammar/__pycache__/SinhalaGrammarRules.cpython-310.pyc
+0
-0
sign_list.xlsx
sign_list.xlsx
+0
-0
test_results.xlsx
test_results.xlsx
+0
-0
No files found.
ASpeakGrammar/SinhalaGrammarRules.py
View file @
95253ad3
...
...
@@ -132,43 +132,43 @@ PrN[NUM=pl, CASE=F5, PER=F] -> 'අපගෙන්' | 'අපෙන්'
Det -> 'ඒ' | 'මේ' | 'අර' | 'ඔය' | 'සමහර' | 'ඇතැම්'
Adj -> 'අඳුරු' | 'ලා' | 'පරක්කු'
IV[TENSE=Npast, NUM=sg, GEN=MA, VLT=True, PER=T] -> 'යනවා'
IV[TENSE=Npast, NUM=sg, GEN=FE, VLT=True, PER=T] -> 'යනවා'
IV[TENSE=Npast, NUM=sg, GEN=MA, VLT=False, PER=T] -> 'යනවා'
IV[TENSE=Npast, NUM=sg, GEN=NE, VLT=False, PER=T] -> 'යනවා'
IV[TENSE=Npast, NUM=pl, VLT=True, PER=T] -> 'යනවා'
IV[TENSE=Npast, NUM=sg, VLT=True, PER=S] -> 'යන්න'
IV[TENSE=Npast, NUM=pl, VLT=True, PER=S] -> 'යනවාද'
IV[TENSE=Npast, NUM=sg, VLT=True, PER=F] -> 'යනවා' | 'යන්නම්'
IV[TENSE=Npast, NUM=pl, VLT=True, PER=F] -> 'යමු' | 'යනවා' | 'යන්නම්'
IV[TENSE=past, NUM=sg, GEN=MA, VLT=True, PER=T] -> 'ගියා'
IV[TENSE=past, NUM=sg, GEN=FE, VLT=True, PER=T] -> 'ගියා'
IV[TENSE=past, NUM=sg, VLT=False, PER=T] -> 'ගියා'
IV[TENSE=past, NUM=pl, VLT=True, PER=T] -> 'ගියා'
IV[TENSE=past, NUM=sg, VLT=True, PER=S] -> 'ගියාද'
IV[TENSE=past, NUM=pl, VLT=True, PER=S] -> 'ගියාද'
IV[TENSE=past, NUM=sg, VLT=True, PER=F] -> 'ගියා'
IV[TENSE=past, NUM=pl, VLT=True, PER=F] -> 'ගියා'
TV[TENSE=Npast, NUM=sg, GEN=MA, VLT=True, PER=T] -> 'යයි'
TV[TENSE=Npast, NUM=sg, GEN=FE, VLT=True, PER=T] -> 'යයි'
TV[TENSE=Npast, NUM=sg, VLT=False] -> 'යනවා'
TV[TENSE=Npast, NUM=pl, VLT=False] -> 'යනවා'
TV[TENSE=Npast, NUM=pl, VLT=True, PER=T] -> 'යනවා'
TV[TENSE=Npast, NUM=sg, VLT=True, PER=S] -> 'යනවාද'
TV[TENSE=Npast, NUM=pl, VLT=True, PER=S] -> 'යනවාද'
TV[TENSE=Npast, NUM=sg, VLT=True, PER=F] -> 'යනවා' | 'යන්නම්'
TV[TENSE=Npast, NUM=pl, VLT=True, PER=F] -> 'යමු' | 'යනවා' | 'යන්නම්'
TV[TENSE=past, NUM=sg, GEN=MA, VLT=True, PER=T] -> 'ගියා'
TV[TENSE=past, NUM=sg, GEN=FE, VLT=True, PER=T] -> 'ගියා'
TV[TENSE=past, NUM=sg, GEN=MA, VLT=False, PER=T] -> 'ගියා'
TV[TENSE=past, NUM=pl, VLT=True, PER=T] -> 'ගියා'
TV[TENSE=past, NUM=sg, VLT=True, PER=S] -> 'ගියාද'
TV[TENSE=past, NUM=pl, VLT=True, PER=S] -> 'ගියාද'
TV[TENSE=past, NUM=sg, VLT=True, PER=F] -> 'ගියා'
TV[TENSE=past, NUM=pl, VLT=True, PER=F] -> 'ගියා'
IV[TENSE=Npast, NUM=sg, GEN=MA, VLT=True, PER=T] -> 'යනවා'
| 'කනවා'
IV[TENSE=Npast, NUM=sg, GEN=FE, VLT=True, PER=T] -> 'යනවා'
| 'කනවා'
IV[TENSE=Npast, NUM=sg, GEN=MA, VLT=False, PER=T] -> 'යනවා'
| 'කනවා'
IV[TENSE=Npast, NUM=sg, GEN=NE, VLT=False, PER=T] -> 'යනවා'
| 'කනවා'
IV[TENSE=Npast, NUM=pl, VLT=True, PER=T] -> 'යනවා'
| 'කනවා'
IV[TENSE=Npast, NUM=sg, VLT=True, PER=S] -> 'යන්න'
| 'කන්න'
IV[TENSE=Npast, NUM=pl, VLT=True, PER=S] -> 'යනවාද'
| 'කනවාද'
IV[TENSE=Npast, NUM=sg, VLT=True, PER=F] -> 'යනවා' | 'යන්නම්'
| 'කනවා' | 'කන්නම්'
IV[TENSE=Npast, NUM=pl, VLT=True, PER=F] -> 'යමු' | 'යනවා' | 'යන්නම්'
| 'කමු' | 'කනවා' | 'කන්නම්'
IV[TENSE=past, NUM=sg, GEN=MA, VLT=True, PER=T] -> 'ගියා'
| 'කෑවා'
IV[TENSE=past, NUM=sg, GEN=FE, VLT=True, PER=T] -> 'ගියා'
| 'කෑවා'
IV[TENSE=past, NUM=sg, VLT=False, PER=T] -> 'ගියා'
| 'කෑවා'
IV[TENSE=past, NUM=pl, VLT=True, PER=T] -> 'ගියා'
| 'කෑවා'
IV[TENSE=past, NUM=sg, VLT=True, PER=S] -> 'ගියාද'
| 'කෑවාද'
IV[TENSE=past, NUM=pl, VLT=True, PER=S] -> 'ගියාද'
| 'කෑවාද'
IV[TENSE=past, NUM=sg, VLT=True, PER=F] -> 'ගියා'
| 'කෑවා'
IV[TENSE=past, NUM=pl, VLT=True, PER=F] -> 'ගියා'
| 'කෑවා'
TV[TENSE=Npast, NUM=sg, GEN=MA, VLT=True, PER=T] -> 'යයි'
| 'කයි'
TV[TENSE=Npast, NUM=sg, GEN=FE, VLT=True, PER=T] -> 'යයි'
| 'කයි'
TV[TENSE=Npast, NUM=sg, VLT=False] -> 'යනවා'
| 'කනවා'
TV[TENSE=Npast, NUM=pl, VLT=False] -> 'යනවා'
| 'කනවා'
TV[TENSE=Npast, NUM=pl, VLT=True, PER=T] -> 'යනවා'
| 'කනවා'
TV[TENSE=Npast, NUM=sg, VLT=True, PER=S] -> 'යනවාද'
| 'කනවාද'
TV[TENSE=Npast, NUM=pl, VLT=True, PER=S] -> 'යනවාද'
| 'කනවාද'
TV[TENSE=Npast, NUM=sg, VLT=True, PER=F] -> 'යනවා' | 'යන්නම්'
| 'කනවා' | 'කන්නම්'
TV[TENSE=Npast, NUM=pl, VLT=True, PER=F] -> 'යමු' | 'යනවා' | 'යන්නම්'
| 'කමු' | 'කනවා' | 'කන්නම්'
TV[TENSE=past, NUM=sg, GEN=MA, VLT=True, PER=T] -> 'ගියා'
| 'කෑවා'
TV[TENSE=past, NUM=sg, GEN=FE, VLT=True, PER=T] -> 'ගියා'
| 'කෑවා'
TV[TENSE=past, NUM=sg, GEN=MA, VLT=False, PER=T] -> 'ගියා'
| 'කෑවා'
TV[TENSE=past, NUM=pl, VLT=True, PER=T] -> 'ගියා'
| 'කෑවා'
TV[TENSE=past, NUM=sg, VLT=True, PER=S] -> 'ගියාද'
| 'කෑවාද'
TV[TENSE=past, NUM=pl, VLT=True, PER=S] -> 'ගියාද'
| 'කෑවාද'
TV[TENSE=past, NUM=sg, VLT=True, PER=F] -> 'ගියා'
| 'කෑවා'
TV[TENSE=past, NUM=pl, VLT=True, PER=F] -> 'ගියා'
| 'කෑවා'
Adv -> 'ඊයේ' | 'හෙට' | 'අද' | 'අනිද්දා' | 'පෙරේදා' | 'අදින්' | 'හෙටින්'
...
...
ASpeakGrammar/__pycache__/SinhalaGrammarRules.cpython-310.pyc
View file @
95253ad3
No preview for this file type
sign_list.xlsx
View file @
95253ad3
No preview for this file type
test_results.xlsx
0 → 100644
View file @
95253ad3
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment