Closed hj940709 closed 5 years ago
Sorry about that. I just removed it in commit 77486bb842fee9b9811fe3ee58ab1d83b3719f8f yesterday because I thought that it would be more maintainable to not manually encode that information separately. My thought was that it would be cleaner to pull that kind of grouping directly from tag.tag_dict
using the morphosyntactic feature. For example, to get a list of CASE
tags, you could use [name for name, tag in tag_dict.items() if tag.ms_feat == 'CASE']
.
I like the idea of still supplying such lists natively, so I'll add it back in. I'm glad you brought this up. Thanks!
When I try to import this package, I get an import error as follows: