blob: 6d71973787a37c07e4687936680c4f0f7c87a769 [file] [log] [blame]
Bram Moolenaar8cc5b552022-06-23 13:04:20 +01001The location of source files for Serbian spelling dictionary were downloaded
2from
3https://github.com/LibreOffice/dictionaries/tree/master/sr
4(Serbian Spelling and Hyphenation for LibreOffice).
5
6Here is the content of original README file from the repository:
7
8 "LibreOffice Spelling and Hyphenation
9 extension package for Serbian (Cyrillic and Latin)
10
11 This extension package includes the Hunspell dictionary and Hyphen
12 hyphenation patterns for the Serbian language adapted for usage in
13 LibreOffice.
14
15 Serbian spelling dictionary is developed by Milutin Smiljanic
16 <msmiljanic.gm@gmail.com> and is released under GNU LGPL version 3 or
17 later / MPL version 2 or later / GNU GPL version 3 or later, giving
18 you the choice of one of the three sets of free software licensing
19 terms.
20
21 Serbian hyphenation patterns are derived from the official TeX
22 patterns for Serbocroatian language (Cyrillic and Latin) created by
23 Dejan Muhamedagić, version 2.02 from 22 June 2008 adopted for usage
24 with Hyphen hyphenation library and released under GNU LGPL version
25 2.1 or later."
26
27
28This dictionary used to create Vim spl file is the result of merging the two
29LibreOffice dictionaries, for cyrillic and latin script.
30
31The merge was accomplished by concatenating two .dic files, removing 1061
32duplicates using the fixdup Vim script and updating the word count.
33
34In both affix files each SFX (and two PFX) directive had to be appended with
35the . at the end of the line. KEY and WORDCHAR directives were removed, and
36MIDWORD was added. Each SFX block is the union of corresponding blocks from
37sr.aff and sr-Latn.aff. Header line of each block was updated to the new
38count (2 times the value from the corresponding block in the input affix
39file).
40
41
42Ivan Pešić
4323.06.2022.