Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add NumForm to a bunch of NumType=Ord words. Addresses #28
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