GithubHelp home page GithubHelp logo

Comments (1)

KyleBing avatar KyleBing commented on June 1, 2024

因为之前没怎么用过这个功能,现在试了下,五笔模式下造词还需要其它一些设置

除了把文件中自动造词部分都设为 true 之后,还需要把 speller 那段的都注释掉,因为那里都是直接上屏的,直接上屏就无法造词了,所以需要注释掉。

造词功能是这样的,在输入一次之后,输入法会记住这个连词,打的时候后面会有图标指示,下次再输入这个词的时候,就会固定这个词,也就生成了这个词。

Screen Shot 2019-11-17 at 21 40 11

Screen Shot 2019-11-17 at 21 40 30

Screen Shot 2019-11-17 at 21 41 08

speller:
#  max_code_length: 4                    # 四码上屏
#  auto_select: true                     # 自动上屏
#  auto_select_unique_candidate: true    # 无重码自动上屏
translator:
  # 开启自动造词相关设置
  enable_sentence: false                # 是否开启自动造词
  enable_user_dict: false               # 是否开启用户词典(用户词典记录动态字词频,用户词)
  enable_encoder: false                 # 自动造词
  encode_commit_history: false          # 是否对已上屏的词自动造词

from rime-wubi86-jidian.

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.