vChewing-macOS/Packages/vChewing_LangModelAssembly
ShikiSuen 2ec3214491 Repo // Introducing associated phrases in non-SCPC mode.
- Our implementation doesn't use compositor to handle associated phrases, considering that there are too many polyphonic ideographs in Mandarin Chinese.
- This implementation is NOT meant to be as competitive as the similar feature in McBopomofo PR416 (which uses compositor but has issues with polyphonic ideographs).
- This also brings related updates for CheatSheet.
- The translated terms of "Associated Phrases" are changed in this commit.
2024-01-07 18:49:37 +08:00
..
Sources/LangModelAssembly Repo // Introducing associated phrases in non-SCPC mode. 2024-01-07 18:49:37 +08:00
Tests LMCassette // Refactor && Fix .clear(). 2023-12-31 23:51:42 +08:00
.gitignore Repo // Massive refactor & renovation. 2022-12-17 14:49:04 +08:00
Package.swift Repo // Add SQLite support for factory database. 2023-11-27 23:54:39 +08:00
README.md Repo // Introducing associated phrases in non-SCPC mode. 2024-01-07 18:49:37 +08:00

README.md

LangModelAssembly

威注音輸入法的語言模組總成套裝。

  • vChewingLM總命名空間也承載一些在套裝內共用的工具函式。
  • LMConsolidator自動格式整理模組。
  • LMInstantiator語言模組副本化模組。另有其日期時間擴充模組可用對 CIN 磁帶模式無效)。

以下是子模組:

  • lmCassette專門用來處理 CIN 磁帶檔案的模組,命名為「遠野」引擎。
  • LMAssociates關聯詞語模組。
  • LMCoreEX可以直接讀取 TXT 格式的帶有權重資料的語彙檔案的模組。
  • LMCoreJSON專門用來讀取原廠 JSON 檔案的模組。
  • lmPlainBopomofo專門用來讀取使用者自訂ㄅ半候選字順序覆蓋定義檔案plist的模組。
  • lmReplacements專門用來讀取使用者語彙置換模式的辭典資料的模組。
  • lmUserOverride半衰記憶模組。
// (c) 2021 and onwards The vChewing Project (MIT-NTL License).
// ====================
// This code is released under the MIT license (SPDX-License-Identifier: MIT)
// ... with NTL restriction stating that:
// No trademark license is granted to use the trade names, trademarks, service
// marks, or product names of Contributor, except as required to fulfill notice
// requirements defined in MIT License.