spiegel-keyman/ios/engine/KMEI/KeymanEngineTests/TestUtils/LexicalModels.swift
2020-02-20 13:31:38 +07:00

17 lines
419 B
Swift

//
// LexicalModels.swift
// KeymanEngineTests
//
// Created by Joshua Horton on 2/19/20.
// Copyright © 2020 SIL International. All rights reserved.
//
import Foundation
@testable import KeymanEngine
extension TestUtils {
enum LexicalModels {
static let mtntKMP = TestUtils.lexicalModelsBundle.url(forResource: "nrc.en.mtnt.model", withExtension: "kmp")!
static let mtnt = Defaults.lexicalModel
}
}