UNPKG

shevchenko

Version:

JavaScript library for declension of Ukrainian anthroponyms

18 lines (15 loc) 464 B
/** * @file JavaScript library for declension of Ukrainian anthroponyms * @module shevchenko * @version 3.2.2 * @author Oleksandr Tolochko <shevchenko-js@tooleks.com> * @license MIT * @copyright 2017-2026 Oleksandr Tolochko <shevchenko-js@tooleks.com> * @see {@link git+https://github.com/tooleks/shevchenko-js.git} */ 'use strict'; /** * The size of the model input vector. */ const MODEL_INPUT_SIZE = 20; exports.MODEL_INPUT_SIZE = MODEL_INPUT_SIZE;