Displaying 1 result from an estimated 1 matches for "zassert".
Did you mean:
assert
2012 Jun 29
0
Adding Bi-gram in the QueryParser and Object.
...ean operator are done by following type of grammer rules. bool_arg(E)
bool_operator bool_arg(P).
since *bool_arg* are *expr *i.e they are Query Object hence getting Bigrams
would be difficult.Please suggest something.
Example.
assertion OR failed
*Current parsed Query:*
*
*
Query((Zfail at 1 OR Zassert at 2))
*
*
*Since Terms are converted to Query object how to make bigrams for these
simple OR operator of terms.*
*
*
Major work of handling the bi-grams will be taken care of by adding
bi-grams to the terms while iterating terms in *TermGroup *and *Terms *
class.
Please guide me and provide feedb...