Git Product home page Git Product logo

Comments (2)

BlindingDark avatar BlindingDark commented on June 18, 2024

你好,根据 readme 中的说明配置是否能解决问题呢?

https://github.com/BlindingDark/rime-easy-en#%E6%B7%B7%E8%BE%93%E6%97%B6%E5%87%BA%E7%8E%B0%E5%B8%A6%E6%9C%89%E5%9B%BE%E6%A1%88%E7%9A%84%E8%8B%B1%E6%96%87

from rime-easy-en.

nigolarer avatar nigolarer commented on June 18, 2024

你好,根据 readme 中的说明配置是否能解决问题呢?

https://github.com/BlindingDark/rime-easy-en#%E6%B7%B7%E8%BE%93%E6%97%B6%E5%87%BA%E7%8E%B0%E5%B8%A6%E6%9C%89%E5%9B%BE%E6%A1%88%E7%9A%84%E8%8B%B1%E6%96%87

非常感谢. 我本地没有custom这个yml文件, 新建之后按照说明填入了如下信息并重新部署后似乎还是没用:

# encoding: utf-8
patch:
  translator/enable_sentence: false

幸运的是, 我在easy_en.yaml中看到了enable_sentence: true 这个选项, 将它改为false并重新部署后问题解决了:

# easy_en.yamlL15
patch:
  schema/dependencies/@next: easy_en
  engine/translators/@next: table_translator@easy_en
  easy_en:
    __include: easy_en.schema:/translator
    enable_completion: true
    enable_sentence: false  # 这里设置为false即可
    initial_quality: -1
  recognizer/patterns/uppercase: ''
  speller/alphabet:
    __include: easy_en.schema:/speller/alphabet

真没想到"这个"一词原来我一直输入的是"zhge", 一直是靠输入法纠错 :P

from rime-easy-en.

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.