Skip to content

Commit

Permalink
Add NumForm to a bunch of NumType=Ord words. Addresses #28
Browse files Browse the repository at this point in the history
Done with the following Ssurgeon script, although it relies on a couple unreleased features:

{word:/^[0-9a-zA-Z]+$/;morphofeatures:/^.*NumType=Ord.*$/}=number
EditNode -node number -updateMorphoFeatures NumForm=Combi

{word:/^[a-zA-Z]+$/;morphofeatures:/^.*NumType=Ord.*$/}=number
EditNode -node number -updateMorphoFeatures NumForm=Word
  • Loading branch information
AngledLuffa committed Oct 28, 2023
1 parent 29d981b commit 8ea7e24
Showing 1 changed file with 55 additions and 55 deletions.
Loading

0 comments on commit 8ea7e24

Please sign in to comment.