• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D24-Aug-200417.6 KiB341281

CopyrightH A D29-Apr-2004682 1511

Makefile.preH A D24-Aug-20041.7 KiB7552

READMEH A D24-Aug-20042.4 KiB7053

configureH A D24-Aug-20042.4 KiB9061

infoH A D24-Aug-2004259 1716

u-hebr.cmapH A D17-May-200413.3 KiB1,2411,236

u-hebr.csetH A D17-May-200413.2 KiB263262

yi.datH A D26-Apr-200482 65

yi.multiH A D24-Aug-200470 32

yiddish.aliasH A D24-Aug-200472 32

README

1GNU Aspell 0.60 Yiddish (ייִדיש) Dictionary Package
2Version 0.01.1-1
32004-08-24
4Original Word List By:
5  Raphael Finkel <raphael at cs uky edu>
6Copyright Terms: GPL (see the file Copyright for the exact terms)
7This word list is considered both complete and accurate.
8
9This is the Yiddish dictionary for Aspell.  It requires Aspell
10version 0.60 or better.
11
12If Aspell is installed and aspell and prezip-bin are all
13in the path first do a:
14
15  ./configure
16
17Which should output something like:
18
19  Finding Dictionary file location ... /usr/local/lib/aspell
20  Finding Data file location ... /usr/local/share/aspell
21
22if it did not something likely went wrong.
23
24After that build the package with:
25  make
26and then install it with
27  make install
28
29If any of the above mentioned programs are not in your path than the
30variables, ASPELL and/or PREZIP need to be set to the
31commands (with path) to run the utilities.  These variables may be set
32in the environment before configure is run or specified at the command
33line using the following syntax
34  ./configure --vars VAR1=VAL1 ...
35Other useful variables configure recognizes are ASPELL_PARMS, and DESTDIR.
36
37To clean up after the build:
38  make clean
39
40To uninstall the files:
41  make uninstall
42
43After the dictionaries are installed you can use the main one (yi) by
44setting the LANG environmental variable to yi or running Aspell
45with "--lang=yi".  You may also chose the dictionary directly
46with the "-d" or "--master" option of Aspell.  You can chose from any of
47the following dictionaries:
48  yi (yiddish)
49Whereas the names in parentheses are alternate names for the
50dictionary preceding the parentheses.
51
52The individual word lists have an extension of ".cwl" and are
53compressed to save space.  To uncompress a word list use
54"preunzip BASE.cwl" which will uncompress it and rename the file
55to "BASE.wl".  To dump a compressed word list to standard output use
56"precat BASE.cwl".  To uncompress all word lists in the current
57directory use "preunzip *.cwl".  For more help on "preunzip" use
58"preunzip --help".
59
60If you have any problem with installing or using the word lists please
61let the Aspell maintainer, Kevin Atkinson, know at kevina@gnu.org.
62
63If you have problems with the actual word lists please contact one of
64the Word lists authors as the Aspell maintainer does not maintain the
65actual Word Lists.
66
67Any additional documentation that came with the original word list can
68be found in the doc/ directory.
69
70