Re: first steps in nlp

2011-01-11 Thread Grant Ingersoll
On Jan 10, 2011, at 5:04 PM, lee carroll wrote: > Hi Grant, > > Its a search relevancy problem. For example: > > a document about london reads like > > London is not very good for a peaceful break. > > we analyse this at the (i can't remember the technical term) is it lexical > level? (bloody

RE: first steps in nlp

2011-01-11 Thread Hong-Thai Nguyen
structure. Beware that this work is quite expensive. Best, --- Hong-Thai -Message d'origine- De : lee carroll [mailto:lee.a.carr...@googlemail.com] Envoyé : lundi 10 janvier 2011 23:04 À : solr-user@lucene.apache.org Objet : Re: first steps in nlp Hi Grant, Its a s

Re: first steps in nlp

2011-01-11 Thread lee carroll
Just to be more explicit in terms of using synonyms. Our thinking was something like: 1 analyse texts for patterns such as not x and list these out 2 in a synonyms txt file list in effect antonyms eg not pretty -> Ugly not ugly -> pretty not lively -> quiet not very nice ->

Re: first steps in nlp

2011-01-10 Thread lee carroll
Hi Grant, Its a search relevancy problem. For example: a document about london reads like London is not very good for a peaceful break. we analyse this at the (i can't remember the technical term) is it lexical level? (bloody hell i think you may have wrote the book !) anyway which produces tok

Re: first steps in nlp

2011-01-10 Thread Grant Ingersoll
On Jan 10, 2011, at 12:42 PM, lee carroll wrote: > Hi > > I'm indexing a set of documents which have a conversational writing style. > In particular the authors are very fond > of listing facts in a variety of ways (this is to keep a human reader > interested) but its causing my index trouble. >