Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NumForm to a bunch of NumType=Ord words. #29

Merged
merged 1 commit into from
Oct 28, 2023
Merged

Conversation

AngledLuffa
Copy link
Contributor

@AngledLuffa AngledLuffa commented Oct 28, 2023

Addresses #28

Done with the following Ssurgeon script, although it relies on a couple unreleased features:

# being lazy: first update everything to Combi,
# then update the letter only ones to Word
{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

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
@dan-zeman
Copy link
Member

Looks good to me.

@AngledLuffa AngledLuffa merged commit 83aa73f into dev Oct 28, 2023
@AngledLuffa AngledLuffa deleted the ord_numform branch October 28, 2023 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants