gof = (u/n) *( r/f)
where
- u = num used slots of narrative
- n = num slots of narrative
- r = num words read (corrected for control words, dull words, and anything else I can skip)
- f = (last word read index) - (first word read index) + 1
After a bit of soul searching, is it reasonable to think that a singe VAR is not really a narrative? In the proto semantics I took the simplest narrative fragment to be a 'thing'. Perhaps it should be 'thing has attribute"? If that was so, it means the slot count should really be at least 2. So instead of leveraging the total word count into a formula that applies to everything, let us compensate with this version of the formula, that is only different for single-VAR narratives:
gof = (u/max(n,2)) * (r/f)
No comments:
Post a Comment