mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
20 lines
374 B
Swift
20 lines
374 B
Swift
//
|
|
// LexicalModelKeymanPackage.swift
|
|
// KeymanEngine
|
|
//
|
|
// Created by Randy Boring on 3/4/19.
|
|
// Copyright © 2019 SIL International. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public class LexicalModelKeymanPackage : KeymanPackage
|
|
{
|
|
|
|
}
|
|
|
|
// may be called parse()
|
|
// returns a dictionary mapping language ID to lexical model ID
|
|
public class processEntry() {
|
|
|
|
}
|