logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Authors

       Ko van der Sloot Timbl@uvt.nl

       Antal van den Bosch Timbl@uvt.nl

Bugs

       possibly

Description

       mbt is a memory‐based tagger that can tag sequences, based on training files generated by mbtg.

Name

       MBT - Memory Based Tagger

Options

-h or --help
              show help

       -s settingsfile
              use a settingsfile as generated by mbtg

       Or:

       -l <lexiconfile>

       -r <ambitagfile>

       -k <known words case base>

       -u <unknown words case base>

       -D <loglevel>
              Possible options levels are LogNormal , LogDebug , LogHeavy and LogExtreme-e <sentence delimiter> (default '<utt>')

       -E <enriched tagged testfile>

       -t <testfile>

       -T <tagged testfile> (default is untagged stdin)

       -o <outputfile> (default stdout)

       -Otimbl options
               (Note: there is NO SPACE between O and the options)
                <options>   classifier options for both known and unknown words instance bases
                K: <options>   classifier options for known words instance base
                U: <options>   classifier options for unknown words instance base
                valid timbl options are: a d k m q v w x -

       -B <beamsize for search> (default = 1)

       -v di
               add distance to output

       -v db
               add distribution to output

       -v cf
               add confidence to output

       -V or --version
              show version info.

       -L <file with list of frequent words>

See Also

timbl(1) mbtg(1) mbtserver(1)

                                                 2014 december 2                                          mbt(1)

Synopsis

       mbt [options]

See Also