Are there any JavaScript includes to provide an AJAX based keyword suggestion tool based on some existing text?
For instance Yahoo offer a Keyword Extraction Tool but due to cross-domain JavaScript policies in browsers it is not possible to provide a pure JavaScript version of this.
If a site offered a library for inclusion that would then perform the query this breaks the cross-domain restriction.
Is there such a service?
