Skip to content

Releases: alpancs/quranize-rs

v0.12.2

08 Apr 23:08
Compare
Choose a tag to compare
  • Handle case "majreeha wamursaha"

Full Changelog: v0.12.1...v0.12.2

v0.12.1

06 Apr 03:09
Compare
Choose a tag to compare
  • handle case "khusnul ma'ab"

Full Changelog: v0.12.0...v0.12.1

v0.12.0

06 Apr 02:52
b340abb
Compare
Choose a tag to compare

What's Changed

  • Add Pause Marks by @alpancs in #40
  • Adjust the data type of param min_harfs in Quranize::new into u16

Full Changelog: v0.11.5...v0.12.0

v0.11.5

23 Mar 23:58
Compare
Choose a tag to compare

v0.11.4

23 Mar 03:59
517bb93
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.11.4

v0.11.3

20 Mar 23:40
ecc4b3d
Compare
Choose a tag to compare

What's Changed

  • transliteration improvement for v0.11.3 by @alpancs in #38

Full Changelog: v0.11.2...v0.11.3

v0.11.2

20 Mar 15:31
c75f530
Compare
Choose a tag to compare

What's Changed

  • add test cases and adjust (reduce) the transliteration by @alpancs in #37

Full Changelog: v0.11.1...v0.11.2

v0.11.1

17 Mar 12:15
7f4143b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

16 Mar 14:20
56da2a8
Compare
Choose a tag to compare

What's Changed

  1. Using Quran Uthmani (quran-uthmani-min.txt) instead of Quran simple.
  2. Keeping harakah in the indexing system and in the encoding result. Note that it implies the default Quranize (Quranize::default()) to have bigger index structure, thus consuming more memory and having longer build time.
  3. More precise results, e.g. "allahulladzi" from 32 results (اللّه الّذي) into 19 results (اللَّهُ الَّذى).
  4. Restructured project files and directories.

Full Changelog: v0.10.8...v0.11.0

v0.10.8

30 Jan 14:34
57cd529
Compare
Choose a tag to compare

What's Changed

  • move hard-coded quran string to a plain text file by @alpancs in #34

Full Changelog: v0.10.7...v0.10.8