1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
test_Location
Testing fuzzy representations...
Exact: 5
Within (as start, 10): (10.13)
Within (as end, 13): (10.13)
Between (as end, 24): (20^24)
Before: <15
After: >40
Location: [5:(10.13)]
Start: 5
End : (10.13)
Location: [<15:(20^24)]
Start: <15
End : (20^24)
Location: [(10.13):>40]
Start: (10.13)
End : >40
Testing non-fuzzy representations...
Location: [5:(10.13)]
Non-Fuzzy Start: 5
Non-Fuzzy End: 13
Location: [<15:(20^24)]
Non-Fuzzy Start: 15
Non-Fuzzy End: 24
Location: [(10.13):>40]
Non-Fuzzy Start: 10
Non-Fuzzy End: 40
|