Skip to content
/ rustress Public

JavaScript library to mark stresses in Russian text.

License

Notifications You must be signed in to change notification settings

rojvv/rustress

Repository files navigation

rustress

JavaScript inference-based stress marker for Russian based on the prior works StressRNN and russtress.

Installation

Deno

deno add jsr:@roj/rustress

pnpm

pnpm add jsr:@roj/rustress

Yarn

yarn add jsr:@roj/rustress

npm

npx jsr i @roj/rustress

Usage

import { markStresses } from "@roj/rustress";

const text = await markStresses("Проставь, пожалуйста, ударения");
console.log(text);

API

Currently, only the method mentioned above is exported. The full documentation is available here.

About

JavaScript library to mark stresses in Russian text.

Topics

Resources

License

Stars

Watchers

Forks

Contributors