Lines Matching full:weight
9 and standard BNF is the WBNF accepts weight for its alternation items.
10 The weight specifies the opportunity it will be selected.
13 which can be described with standard BNF. The introduction of 'weight'
32 weight = integer %
33 weight-list = weight-list weight | weight
40 alt-item = sequence | sequence weight
47 repeat = modified quantifier | modified quantifier weight-list
70 o if weight is not presented in "alt-item' and 'repeat',
71 a default weight DEFAULT_WEIGHT defined in this file is used
77 o the weight-list for repeat assigns the weights for repeat itmes one by one
81 To find more explain of the weight-list, please see the LIMITATION of the grammar
83 o but the weight-list for question mark has different meaning
88 the 70% is calculated from (DEFAULT_WEIGHT - weight)
94 fill insufficient weights with default weight if it is too less.