LMA // LMCoreNS -> LMCoreJSON.

This commit is contained in:
ShikiSuen 2023-08-24 23:09:29 +08:00
parent e76e4da01d
commit 2e3f08c4ff
3 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
- lmCassette專門用來處理 CIN 磁帶檔案的模組,命名為「遠野」引擎。
- LMAssociates聯想詞模組。
- LMCoreEX可以直接讀取 TXT 格式的帶有權重資料的語彙檔案的模組。
- LMCoreNS專門用來讀取原廠 plist 檔案的模組。
- LMCoreJSON專門用來讀取原廠 JSON 檔案的模組。
- lmPlainBopomofo專門用來讀取使用者自訂ㄅ半候選字順序覆蓋定義檔案plist的模組。
- lmReplacements專門用來讀取使用者語彙置換模式的辭典資料的模組。
- lmUserOverride半衰記憶模組。

View File

@ -51,7 +51,7 @@ public extension vChewingLM {
/// LMCoreEX 滿
/// LMReplacements LMAssociates 使
/// LMCoreEX 2010-2013 mac
/// LMCoreNS JSON
/// LMCoreJSON JSON
//
// Reverse

View File

@ -11,14 +11,14 @@ import Megrez
import Shared
public extension vChewingLM {
/// LMCore LMCoreNS json
/// LMCore LMCoreJSON json
/// mac
/// 使 json
@frozen struct LMCoreJSON {
public private(set) var filePath: String?
/// UTF8
var dataMap: [String: [String]] = [:]
/// LMCoreNS
/// LMCoreJSON
var strData: String = ""
///
var shouldReverse = false
@ -34,7 +34,7 @@ public extension vChewingLM {
///
///
/// LMCoreNS 便
/// LMCoreJSON 便
///
/// - parameters:
/// - reverse: