Giter Site home page Giter Site logo

Comments (2)

hangyav avatar hangyav commented on May 24, 2024

Hey,

The project currently is quite English focused and needs some work to add better support. However, the supported language mainly depends on the analyser you use.

  • grammarly/coedit-large (hf_instruction_checker): only English
  • bert-base-multilingual-cased (hf_completion): over a 100 languages
  • openai: should be multilingual as well
  • gramformer: English
  • languagetool supports a large number of options including German, however it needs to be configured manually. I pushed a quick commit to the multilang branch for you to try it. You just need to set the language in the config. Let me know how it works out.
    textLSP = {
    .
    .
    .
      documents = {
        language = "de",
        txt = {
          parse = true,
        },
      },
    },

from textlsp.

hangyav avatar hangyav commented on May 24, 2024

Automatic language detection was added in the latest release. Please see the example config in the readme.

from textlsp.

Related Issues (5)

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.