-
Notifications
You must be signed in to change notification settings - Fork 19
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
documentation on is_approximate and is_uncertain #31
Comments
Just ran into this as well. |
@aweakley there is an easy fix for After setting the properties in
For
I think it makes sense to have |
Any thoughts on this one @aweakley ? |
Sorry. Yes I agree, I think if any part of the date is approximate or uncertain then the appropriate one should resolve to
I think it does, because each alternative has different implications for our output. |
Great. Should Intervals also have these properties? Right now they do (since they inherit from
I think we should probably set those properties based on whether either of the interval sections has |
This is resolved in #56 |
for a date of classes
UncertainOrApproximate
andPartialUncertainOrApproximate
return'false'
onis_approximate
andis_uncertain
.I guess that this is a bug, but couldn't find documentation on that.
The text was updated successfully, but these errors were encountered: