Interface BaseVoikko

interface BaseVoikko {
    init(language: string, path?: string): Voikko;
}

Methods

Methods

  • Creates a new Voikko instance.

    Parameters

    • language: string

      BCP 47 language tag to be used

    • Optionalpath: string

      Extra path that will be checked first when looking for linguistic resources

    Returns Voikko