EnglishFrenchSpanish

Ad


OnWorks favicon

ispellaff2myspell - Online in the Cloud

Run ispellaff2myspell in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command ispellaff2myspell that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


ispellaff2myspell - A program to convert ispell affix tables to myspell format.

SYNOPSIS


ispellaff2myspell [options] <affixfile> --myheader your_header

Options:

--affixfile=s Affix file
--bylocale Use current locale setup for upper/lowercase
conversion
--charset=s Use specified charset for upper/lowercase
conversion (defaults to latin1)
--debug Print debugging info
--extraflags=s Allow some non alphabetic flags
--lowercase=s Lowercase string
--myheader=s Header file
--printcomments Print commented lines in output
--replacements=s Replacements file
--split=i Split flags with more that i entries
--uppercase=s Uppercase string

DESCRIPTION


ispellaff2myspell is a script that will convert ispell affix tables to myspell format in a
more or less successful way.

This script does not create the dict file. Something like

( echo `cat mydict.words+ | wc -l`; cat mydict.words+ ) > mydict.dict

should do the work, with mydict.words+ being the munched wordlist

OPTIONS


--affixfile=s
Affix file. You can put it directly in the command line.

--bylocale
Use current locale setup for upper/lowercase conversion. Make sure that the
selected locale match the dictionary one, or you might get into trouble.

--charset=s
Use specified charset for upper/lowercase conversion (defaults to latin1).
Currently allowed values for charset are: latin0, latin1, latin2, latin3.

--debug Print some debugging info.

--extraflags:s
Allows some non alphabetic flags.

When invoked with no value the supported flags are currently those corresponding
to chars represented with the escape char \ as first char. \ will be stripped.

When given with the flag prefix will allow that flag and strip the given prefix.
Be careful when giving the prefix to properly escape chars, e.g. you will need -e
"\\\\" or -e '\\' for flags like \[ to be stripped to [. Otherwise you might even
get errors. Use -e "^" to allow all flags and pass them unmodified.

You will need a call to -e for each flag type, e.g., -e "\\\\" -e "~\\\\" (or -e
'\\' -e '~\\').

When a prefix is explicitly set, the default value (anything starting by \) is
disabled and you need to enable it explicitly as in previous example.

--lowercase=s
Lowercase string. Manually set the string of lowercase chars. This requires
--uppercase having exactly that string but uppercase.

--myheader=s
Header file. The myspell aff header. You need to write it manually. This can
contain everything you want to be before the affix table

--printcomments
Print commented lines in output.

--replacements=file
Add a pre-defined replacements table taken from 'file' to the .aff file. Will
skip lines not beginning with REP, and set the replacements number appropriately.

--split=i
Split flags with more that i entries. This can be of interest for flags having a
lot of entries. Will split the flag in chunks containing i entries.

--uppercase=s
Uppercase string. Manually set the sring of uppercase chars. This requires
--lowercase having exactly that string but lowercase.

If your encoding is currently unsupported you can send me a file with the two strings of
lower and uppercase chars. Note that they must match exactly but case changed. It will
look something like

$lowercase='a-zaaaa~aeaaaeceeeeeiiiie`n~oooo~oeouuuueyp';
$uppercase='A-ZAAAA~AeAaAECEEEEeIIIIe‐N~OOOO~OeOUUUUeYP';

Use ispellaff2myspell online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

  • 1
    abi-tracker
    abi-tracker
    abi-tracker - visualize ABI changes
    timeline of a C/C++ software library.
    DESCRIPTION: NAME: ABI Tracker
    (abi-tracker) Visualize ABI changes
    timeline of a C/C+...
    Run abi-tracker
  • 2
    abicheck
    abicheck
    abicheck - check application binaries
    for calls to private or evolving symbols
    in libraries and for static linking of
    some system libraries. ...
    Run abicheck
  • 3
    couriermlm
    couriermlm
    couriermlm - The Courier mailing list
    manager ...
    Run couriermlm
  • 4
    couriertcpd
    couriertcpd
    couriertcpd - the Courier mail server
    TCP server daemon ...
    Run couriertcpd
  • 5
    gbklatex
    gbklatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbklatex
  • 6
    gbkpdflatex
    gbkpdflatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbkpdflatex
  • More »

Ad