Skip to content

Commit 8696cd4

Browse files
committed
update dictionary
1 parent 5c6bb73 commit 8696cd4

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

dictionary/dictionary

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,16 @@ ala:
2525
nothing(n plural);
2626
no(d quantifier plural);
2727

28+
none(n plural) of(prep) [headword];
29+
2830
`[`negates a word or phrase`]`(particle def);
2931
`[`forms a yes-no question`]`(particle def);
3032

31-
0(num);
33+
# 0(num);
34+
# While technically true, this just floods the output. ilo Token
35+
# prioritizes numerals at the moment which is bad because normal
36+
# negation are more interesting. Thanks soweli Eweke for pointing this
37+
# out!
3238

3339
alasa:
3440
# hunt(v) [object];
@@ -1581,6 +1587,14 @@ tu:
15811587
divide(v) [object];
15821588
split(v) [object];
15831589

1590+
separating(n gerund);
1591+
dividing(n gerund);
1592+
splitting(n gerund);
1593+
1594+
separated(adj opinion);
1595+
divided(adj opinion);
1596+
split(adj opinion);
1597+
15841598
unpa:
15851599
sexual(adj qualifier) activity(n);
15861600
have(v) sex(n singular) with(prep) [object];

0 commit comments

Comments
 (0)