There have been numerous posts on string algorithms:
- Algorithm to find articles with similar text,
- Similar String algorithm,
- Efficient string matching algorithm
However, no general literature was mentioned.
Could anyone recommend a book(s) that would thoroughly explore various string algorithms? The topic which is of special interest is approximate string matching [things like google-offered corrected search string variants :) ].
Thanks a lot for advice.