How to apply natural language processing to match similar results

Dear friends

In this way, even if I have a vague idea of the word I’m searching for, I can still search for something(tiddlers).

Or for this task, tiddlywiki is difficult to implement, and I am afraid that it will also require the use of third-party natural language processing tools

Any answer would be greatly appreciated

I suppose the issue is the content needs to be in your wiki, but if that is the case perhaps you are looking for a fuzzy search rather than a literal one?

  • Search here for fuzzy search
  • Also look at the levenshtein Operator if you want to build it yourself.

The full answer really involves knowledge of the whole language, so in many ways you may want the content ingested by an LLM. I believe this is possible on some LLM platforms.

1 Like