-
Notifications
You must be signed in to change notification settings - Fork 29
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
Extended prefix map support #699
Comments
Can you say more about what you expect here? Is this for normalizing prefixes that are inputs? Or for normalizing as outputs? |
I actually don't entirely know what all the use cases for this would be. I do know that there was a situation in #697 where I was able to prevent an error from occurring by passing an EPM. IIRC, the first error I got was because it detected that |
This is relevant for two reasons.
|
Overview
There doesn't seem to be much support yet for EPMs in OAK.
Questions
Additional info
Context
Recently I was trying to use some extended prefix maps (EPM) in
lexical_index_to_sssom()
(#697), and I noticed it wasn't supported.The text was updated successfully, but these errors were encountered: