The Artima Developer Community
Sponsored Link

Java Answers Forum
Approximate pattern search

1 reply on 1 page. Most recent reply: Apr 17, 2002 6:50 AM by Thomas SMETS

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Singh M.

Posts: 154
Nickname: ms
Registered: Mar, 2002

Approximate pattern search Posted: Apr 16, 2002 3:47 AM
Reply to this message Reply
Advertisement
Hi All,

Can anyone guide me as to how to implement approximate pattern search in java. You might have seen this thing in google as well, if you misspell a word, google comes up with... Did you mean zzzzz . I wish to incorporate similar functionality in my application and do not have much idea to achieve it.

Thanks

MS


Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: Approximate pattern search Posted: Apr 17, 2002 6:50 AM
Reply to this message Reply
There is a book on that !

But I believe these URL should help :
http://www.javaregex.com/
http://java.oreilly.com/news/javacook_0701.html
there is also a book I have seen @ b&n titled : "Building Parsers with Java with CD"

Thomas SMETS,
SCJP - Brussels

Flat View: This topic has 1 reply on 1 page
Topic: Why my"readObject()" in my server side doesn't work? Previous Topic   Next Topic Topic: When to use XML and Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use