Re: Part of speech search with lucene

2015-03-04 Thread David Villarejo
queries though > > -Mike > > > On 03/03/2015 04:41 PM, David Villarejo wrote: > >> What you propose is good if you want to index only the pos of a token. But >> I want to index some extra info, such as "lemma" of a token, phonetic >> encoding,

Re: Part of speech search with lucene

2015-03-03 Thread David Villarejo
} { fox | > noun:fox } > > with punctuation to suggest the token graph > > -Mike > > > On 03/03/2015 01:21 PM, David Villarejo wrote: > >> After many google searchs I decided to post my problem here hoping that >> someone help me. What I want to achieve is to pe

Part of speech search with lucene

2015-03-03 Thread David Villarejo
After many google searchs I decided to post my problem here hoping that someone help me. What I want to achieve is to perform queries as follows (Don't worry about the query format): q1: (adjective) "jumps" (preposition) // any adj followed by "jumps" followed by any prep. q2: (adjective:brown) "j