Coder Social home page Coder Social logo

plan to support chinese about typesense HOT 4 OPEN

typesense avatar typesense commented on May 20, 2024
plan to support chinese

from typesense.

Comments (4)

cyph84 avatar cyph84 commented on May 20, 2024 4

Firstly ensure that Traditional Chinese characters are indexed as Simplified Chinese. Solr equivalent:

<filter class="solr.ICUTransformFilterFactory" id="Traditional-Simplified" />

Another idea is to search phonetically in Chinese by indexing into pinyin. Solr equivalent:

<filter class="solr.ICUTransformFilterFactory" id="Han-Latin; Latin-Ascii;" />

from typesense.

kiostudio avatar kiostudio commented on May 20, 2024 1

I use typesense cloud and it didn't work for a simple character e.g. 花 (which stands for flower)

Screenshot 2022-12-17 at 5 28 08 PM
Screenshot 2022-12-17 at 5 28 03 PM

from typesense.

kishorenc avatar kishorenc commented on May 20, 2024

@cuifd You should already be able to index and search Chinese.

Typo tolerance will not work as edit distance is probably not applicable for Chinese. Since I don't know Chinese, I don't have much insights into what would be helpful there. What do you think? Suggestions are welcome.

from typesense.

kishorenc avatar kishorenc commented on May 20, 2024

Thanks for the feedback. We will work on this.

from typesense.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.