0.25.1 • Published 6 months ago

havarotjs v0.25.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 months ago

havarot

havarotjs

A Typescript package for getting syllabic data about Hebrew text with niqqud.

The general idea of this package is that a Text is composed of Words which are composed of Syllables which are composed of Clusters which are composed of Characters.

install

Using npm:

npm install havarotjs

To call using TypeScript:

import { Text } from "havarotjs";

Or Node (v15.0.0 is newer):

const havarot = require("havarotjs");
const Text = havarot.Text;
const heb = new Text("אֱלֹהִים");

example

import { Text } from "havarotjs";
const heb = "אֱלֹהִים";
const text = new Text(heb);
const sylText = text.syllables.map((syl) => syl.text);
sylText;
//  [
//    "אֱ"
//    "לֹ"
//    "הִים"
//  ]

Docs

Read the docs at online here

Contributing

Free to open an issue or pull request.

See the terms list for a list of naming conventions.

All Hebrew test input should be from Sefaria using the Miqra 'al pi ha-Mesorah text (unless another text is needed for a specific reason)

0.25.1

6 months ago

0.25.0

6 months ago

0.24.1

10 months ago

0.24.0

10 months ago

0.23.3

11 months ago

0.23.2

1 year ago

0.23.1

1 year ago

0.23.0

1 year ago

0.22.4

1 year ago

0.22.3

1 year ago

0.22.2

1 year ago

0.22.1

1 year ago

0.22.0

1 year ago

0.21.1

1 year ago

0.21.0

1 year ago

0.20.1

2 years ago

0.20.0

2 years ago

0.19.5

2 years ago

0.19.1

2 years ago

0.19.2

2 years ago

0.19.3

2 years ago

0.19.4

2 years ago

0.19.0

2 years ago

0.17.0

2 years ago

0.17.1

2 years ago

0.18.1

2 years ago

0.18.2

2 years ago

0.18.3

2 years ago

0.18.0

2 years ago

0.15.0

2 years ago

0.16.0

2 years ago

0.16.1

2 years ago

0.16.2

2 years ago

0.14.0

2 years ago

0.13.0

2 years ago

0.13.1

2 years ago

0.11.0

3 years ago

0.10.1

3 years ago

0.12.0

3 years ago

0.11.1

3 years ago

0.11.2

3 years ago

0.11.3

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.1

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.8.0

3 years ago

0.7.4

3 years ago

0.7.3

3 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.6.2

4 years ago

0.7.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago