Hi all, not sure if this belongs here or in coding but here goes.
I have a free form text search engine that works fine for it's current prupose. What I'd like to do is be able to return an abstract (i.e. as google does). At the moment it returns a doccument title, and description, but these descriptions can be lengthy. If possible I'd like to return only the sentance the word/s is actually in.
Any ideas how I can find the boundaries to the sentances.
I've thought of trying a search for full stops but surely that wont work if its at the start of the doccument?