-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Afegit suport forma valenciana dels verbs incoatius
- Loading branch information
1 parent
27cb3b2
commit 20d8429
Showing
4 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,6 +107,7 @@ | |
<sdef n="v:este" c="Variant: aquest -> este" /> | ||
<sdef n="v:eixe" c="Variant: aqueix -> eixe" /> | ||
<sdef n="v:aqueix_aquest" c="Variant: aqueix -> aquest" /> | ||
<sdef n="v:verbs_incoatius" c="Variant: vesteixc -> vestisc" /> | ||
</sdefs> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
<pardefs> | ||
<pardef n="v:pre2017"> | ||
|
@@ -189,6 +190,10 @@ | |
<e r="LR"><p><l></l><r></r></p></e> | ||
<e r="RL"><p><l><s n="v:aqueix_aquest"/></l><r></r></p></e> | ||
</pardef> | ||
<pardef n="v:verbs_incoatius"> | ||
<e r="LR"><p><l></l><r></r></p></e> | ||
<e r="RL"><p><l><s n="v:verbs_incoatius"/></l><r></r></p></e> | ||
</pardef> | ||
<pardef n="prefixes_adj"> | ||
<e><p><l>micro</l><r>_prefix_micro_</r></p></e> | ||
<e><p><l>macro</l><r>_prefix_macro_</r></p></e> | ||
|
@@ -15462,6 +15467,7 @@ | |
<e r="LR"><p><l>ixen</l> <r>ir<s n="vblex"/><s n="pri"/><s n="p3"/><s n="pl"/></r></p></e> | ||
|
||
<e> <p><l>eix</l> <r>ir<s n="vblex"/><s n="pri"/><s n="p3"/><s n="sg"/></r></p></e> | ||
<e> <p><l>ix</l> <r>ir<s n="vblex"/><s n="pri"/><s n="p3"/><s n="sg"/></r></p><par n="v:verbs_incoatius"/></e> | ||
|
||
<e r="LR"><p><l>ix</l> <r>ir<s n="vblex"/><s n="pri"/><s n="p3"/><s n="sg"/></r></p></e> | ||
This comment has been minimized.
Sorry, something went wrong.
jaumeortola
Collaborator
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,3 @@ SELECT (v:motle) ; | |
SELECT (v:nadar) ; | ||
SELECT (v:redo) ; | ||
SELECT (v:hui) ; | ||
SELECT (v:eixe) ; | ||
This comment has been minimized.
Sorry, something went wrong.
jaumeortola
Collaborator
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ SELECT (v:redo) ; | |
SELECT (v:hui) ; | ||
SELECT (v:este) ; | ||
SELECT (v:eixe) ; | ||
SELECT (v:verbs_incoatius) ; |
L'etiqueta hauria de ser
incoatius_ix
, i l'exemple pot ser "vesteix -> vestix".El cas vestesc/vestisc, vestesca/vestisca va per una altra banda, però no s'ha de tocar res, perquè per defecte funciona amb "vestisc" i "vestisca".