README 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. GNU Aspell French Word List Package
  2. Version 0.50-3
  3. 2002-09-12
  4. by Kevin Atkinson (kevina@gnu.org)
  5. Word List by:
  6. Rémi Vanicat (vanicat at labri u-bordeaux fr)
  7. GUTenberg association
  8. Christophe Pythoud (Christophe Pythoud at ling unil ch)
  9. Copyright Terms: GPL
  10. see the file Copyright for the exact copyright.
  11. Source Verson: 0.06
  12. Source URL: http://perso.wanadoo.fr/remi.vanicat/aspell/
  13. This is the Aspell word list for French.
  14. If Aspell is installed and aspell and word-list-compress are all
  15. in the path first do a:
  16. ./configure
  17. Which should output something like:
  18. Finding Dictionary file location ... /usr/local/lib/aspell
  19. Finding Data file location ... /usr/local/share/aspell
  20. if it did not something likely went wrong.
  21. After that build the package with:
  22. make
  23. and then install it with
  24. make install
  25. If any of the above mentioned programs are not in your path than the
  26. variables, ASPELL and/or WORD_LIST_COMPRESS need to be set to the
  27. commands (with path) to run the utilities. These variables may be set
  28. in the environment before configure is run or specified at the command
  29. line using the following syntax
  30. ./configure --vars VAR1=VAL1 ...
  31. Other useful variables configure recognizes are ASPELL_PARMS, and DESTDIR.
  32. To clean up after the build:
  33. make clean
  34. To uninstall the files:
  35. make uninstall
  36. After the word lists are installed you can use the main one (fr) by
  37. setting the LANG environmental variable to fr or running Aspell
  38. with --lang=fr. You may also chose the dictionary directly
  39. with the -d or --master option of Aspell. You can chose from any of
  40. the following dictionaries:
  41. fr_CH-40 (fr_CH-sml suisse-40 suisse-sml)
  42. fr_CH-60 (fr_CH fr_CH-med suisse suisse-60 suisse-med)
  43. fr_CH-80 (fr_CH-lrg suisse-80 suisse-lrg)
  44. fr_FR-40 (fr-40 fr-sml fr_FR-sml francais-40 francais-sml french-40
  45. french-sml)
  46. fr_FR-60 (fr fr-60 fr-med fr_FR fr_FR-med francais francais-60
  47. francais-med french french-60 french-med)
  48. fr_FR-80 (fr-80 fr-lrg fr_FR-lrg francais-80 francais-lrg french-80
  49. french-lrg)
  50. Whereas the names in parentheses are alternate names for the
  51. dictionary preceding the parentheses.
  52. If you have any problem with installing or using the word lists please
  53. let me (Kevin Atkinson) know.
  54. If you have problems with the actual word lists please contact one of
  55. the Word lists authors as I do not maintain the actual Word Lists.
  56. Any additional documentation that came with the original word list can
  57. be found in the doc/ directory.