(sentence, threshold=0.5)
| 424 | return max(-1.0, min(n / (m or 1), +1.0)) |
| 425 | |
| 426 | def uncertain(sentence, threshold=0.5): |
| 427 | return modality(sentence) <= threshold |
| 428 | |
| 429 | #from __init__ import parse, Sentence |
| 430 | # |
nothing calls this directly
no test coverage detected
searching dependent graphs…