Skip to content

Commit b670a30

Browse files
authored
Update README.md
Signed-off-by: Alpha <[email protected]>
1 parent 2e4baf1 commit b670a30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FydeRhythm
1+
# fydeRhythm
22
<h4 align="right"><strong>English </strong>| <a href="https://github.com/FydeOS/fydeRhythm/blob/master/README_ZH.md"> 简体中文 </a> </h4>
33
<p align="center">
44
<img src=https://github.com/Lorde627/fydeRhythm/blob/master/fydeRhythm%20Logo.png?raw=true width=138/>
@@ -9,20 +9,20 @@
99

1010
</a>
1111

12-
**fydeRhythm** is a meticulously crafted keyboard input method, designed with precision by the FydeOS team. Specifically created for ChromeOS and FydeOS operating systems, it leverages the power and versatility of the [RIME](https://rime.im/) input method engine.
12+
**fydeRhythm** is a meticulously crafted keyboard input method editor(IME), designed by the FydeOS team. fydeRhythm is designed for operating systems that are based on the Chromium OS ecosystem, such as chromeOS, openFyde and FydeOS. It leverages the power and versatility of the [RIME](https://rime.im/) input method engine.
1313

1414
<p align="center">
1515
<a >
1616
<img src="https://github.com/FydeOS/fydeRhythm/blob/master/fydeRhythm%20Demo.gif" alt="fydeRhythm Demo" width="500">
1717
</a>
1818
</p>
1919

20-
We're proud to present the source code for the second iteration of FydeRhythm Input Method. This version marks a departure from the first, bringing a fresh design paradigm and architectural approach. Every component of the input method, inclusive of the RIME engine, is encapsulated within the plugin, thus eliminating the need for an independent server running within the system. We've successfully compiled the RIME engine into WebAssembly, courtesy of the emscripten toolchain, facilitating its execution directly within the plugin environment. Additionally, optimizations have been applied to the storage content and startup process to ensure swift launches and an enhanced user experience.
20+
We're proud to present the source code for the second iteration of fydeRhythm. This version marks a departure from the first, bringing a fresh design paradigm and architectural approach. Every component of the input method, inclusive of the RIME engine, is encapsulated within the plugin, thus eliminating the need for an independent server running within the system. We've successfully compiled the RIME engine into WebAssembly, courtesy of the emscripten toolchain, facilitating its execution directly within the plugin environment. Additionally, optimizations have been applied to the storage content and startup process to ensure swift launches and an enhanced user experience.
2121

2222
## Features
2323
- 🌍 **Multi-language Input**: Accommodates Pinyin, double Pinyin, simplified and traditional Chinese, along with Korean and Japanese input.
24-
- 🎛️ **Customizability**: Offers customization of fuzzy tones and the number of candidate words, enabling a more personalized input experience.
25-
- 📊 **Intelligent Prioritization**: Auto-adjusts the display order of candidate words based on the user's usage patterns, streamlining the input process.
24+
- 🎛️ **Customisability**: Offers customization of fuzzy tones and the number of candidate words, enabling a more personalized input experience.
25+
- 📊 **Intelligent Prioritisation**: Auto-adjusts the display order of candidate words based on the user's usage patterns, streamlining the input process.
2626
- 🧠 **Custom User Dictionary**: Creates a unique user dictionary built on the user's past input data, which bolsters input speed and efficiency.
2727
- 📚 **Comprehensive Dictionary**: Incorporates a built-in mainstream standard Chinese input method dictionary and common internet terms, enriching the input experience.
2828
- 🛠️ **Configurable Settings**: Grants users the freedom to modify configuration files, offering flexibility in adjusting the input method settings to their needs.

0 commit comments

Comments
 (0)