Displaying 3 results from an estimated 3 matches for "sehaj".
Did you mean:
sean
2012 Jul 13
1
Need Suggestions for Sentence Breaking Implementation
Hi,
I have been working on developing Link Grammar interface, so as to use POS
tagging while indexing the documents.
The interface header as well as implementation file have been completed and
you can view them at <
https://github.com/sehaj-sk/xapian/commit/052d634e1986bcf5607e43f52ac3e07646920196>
and <
https://github.com/sehaj-sk/xapian/commit/3015223662986d7a180d77101d6f4664f6552144>
respectively.
After that I have tried to use that for indexing the documents. Here's the
code that does that implements the Link Grammar...
2012 Mar 20
3
GSOC 2012 : QueryParser Reimplementation
Hello, I am Sehaj Singh Kalra, an Indian student. I am an undergraduation
student in Indian Institute of Technology-Delhi (IIT-Delhi) pursuing
Computer Science and Engineering. I want to work on the idea "QueryParser
Reimplementation ".
With the background I have in this field, I am fully comfortable with...
2012 Jun 29
0
Adding Bi-gram in the QueryParser and Object.
...rams in query inside
BRA-KET it would have been consider while working on internal expression.
*
*
*ValueRange: *No relation with Bi-grams.
*
*
*Love: *
*Hate: *
Since we are trying to avoid query or have a single term.We can
restrain adding them as bi-grams.
*
*
*bool_operator:*
https://github.com/sehaj-sk/xapian/blob/mybranch/xapian-core/docs/queryparser_new.rst#boolean-query
*
*
Boolean 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 somethin...