Fuzzy and morphological search in PHP [closed]

Closed. This question is off-topic. Answers to it are not accepted at the moment.

Want to improve this question? Update the question so that it it fit into the theme of Stack Overflow in Russian.

Closed 3 years ago.

Improve the question

Tell me, what tools are there for fuzzy and morphological search in PHP? Interested in documentation, libraries, and usage examples. Russian language support is required.

Author: Viktor Tomilov, 2014-03-02

2 answers

As far as I know, there is phpMorphy, which partially solves the problem of morphological search in php. Fuzzy search is definitely a super-complex task that can only be solved with a huge dictionary, a super-powerful server (or better yet, several), and a very smart algorithm. And there is hardly a library that will solve this problem, I would be the first to get in line to get it.:) Yandex and Google that for years did.

 1
Author: Retrill, 2014-03-02 15:38:51

Sphinx, elasticsearch?

 0
Author: LinnTroll, 2014-03-02 18:17:25