NTNGramFileSearch Class Reference

Inherits from NTSpeechSearch : NSObject
Declared in NTNGramFileSearch.h
NTNGramFileSearch.m

Overview

A search based on a N-Gram language model in a file.

Other Methods

  path

Path to the n-gram file.

@property (nonatomic, strong, readonly) NSString *path

Discussion

Path to the n-gram file.

Declared In

NTNGramFileSearch.h

– initWithName:path:

Create new search with name and path to the n-gram file.

- (instancetype)initWithName:(NSString *)name path:(NSString *)path

Parameters

name

Name

path

Path

Return Value

instance

Discussion

Create new search with name and path to the n-gram file.

Declared In

NTNGramFileSearch.h

+ searchWithName:path:

Create a search with a ngram file.

+ (NTNGramFileSearch *)searchWithName:(NSString *)name path:(NSString *)path

Parameters

name

Name

path

Path to ngram file

Return Value

instance

Discussion

Create a search with a ngram file.

Declared In

NTNGramFileSearch.h

Other Methods

– init

- (instancetype)init

– copyWithZone:

- (id)copyWithZone:(NSZone *)zone