-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathordinals.foma
20 lines (14 loc) · 981 Bytes
/
ordinals.foma
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (C) 2023 Darko Milosevic <[email protected]>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.0 of the License.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
define MaleOrdSuffix (%-) [{ви} | {ги} | {ћи} | {vi} | {gi} | {ći}] ;
define FemaleOrdSuffix (%-) [{ва} | {га} | {ћа} | {va} | {ga} | {ća}] ;
define NeuterOrdSuffix (%-) [{во} | {го} | {ће} | {vo} | {go} | {će}] ;
define OrdSuffix MaleOrdSuffix | FemaleOrdSuffix | NeuterOrdSuffix ;