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

..03-May-2022-

doc/H25-Jan-2005-109

misc/H03-May-2022-54

COPYINGH A D25-Jan-200517.6 KiB341281

CopyrightH A D25-Jan-2005820 1613

Makefile.preH A D25-Jan-20051.7 KiB7552

READMEH A D25-Jan-20052.5 KiB7356

configureH A D25-Jan-20052.4 KiB9061

infoH A D25-Jan-2005531 2524

or.datH A D20-Dec-200458 54

or.multiH A D25-Jan-200570 32

oriya.aliasH A D25-Jan-200572 32

u-orya.cmapH A D20-Dec-200412.7 KiB1,2241,219

u-orya.csetH A D20-Dec-200412.2 KiB263262

README

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