You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Counts the number of occurrences of words in the CLaSSES corpus that belong to a lemma featuring an affix (either prefix, or suffix) in its derivational history
SELECT ?affixType ?affixLabel (count(?tokenClasses) as ?count)