in reply to NLP - natural language regex-collections?
The problem which they solved was interpretation of free form text into logical relationships of key words. Essentially a thesaurus that worked from many to one. The variety of logical statements that might be recognized were written with the key words. The free text was parsed into key words.
This was amazingly effective. Uncanny for the users. The implementation is simple in Perl, using it text parsing power and hashes. I'll dig around and see what Perl I have for this.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: NLP - natural language regex-collections?
by erix (Prior) on Oct 17, 2004 at 07:21 UTC |