/usr/share/doc/mecab/mecab.html is in mecab 0.996-3.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | Content-type: text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of MECAB</TITLE>
</HEAD><BODY>
<H1>MECAB</H1>
Section: MeCab (1)<BR>Updated: July 2006<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
mecab - manual page for mecab of 0.92
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<B>mecab</B>
[<I>options</I>] <I>files</I>
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
MeCab: Yet Another Part-of-Speech and Morphological Analyzer
<A NAME="lbAE"> </A>
<H2>COPYRIGHT</H2>
Copyright © 2001-2006 Taku Kudo
<BR>
Copyright © 2004-2006 Nippon Telegraph and Telephone Corporation
<DL COMPACT>
<DT><B>-r</B>, <B>--rcfile</B>=<I>FILE</I><DD>
use FILE as resource file
<DT><B>-d</B>, <B>--dicdir</B>=<I>DIR</I><DD>
set DIR as a system dicdir
<DT><B>-u</B>, <B>--userdic</B>=<I>FILE</I><DD>
use FILE as a user dictionary
<DT><B>-l</B>, <B>--lattice-level</B>=<I>INT</I><DD>
lattice information level (default 0)
<DT><B>-a</B>, <B>--all-morphs</B><DD>
output all morphs (default false)
<DT><B>-O</B>, <B>--output-format-type</B>=<I>TYPE</I><DD>
set output format type (wakati,none,...)
<DT><B>-p</B>, <B>--partial</B><DD>
partial parsing mode
<DT><B>-F</B>, <B>--node-format</B>=<I>STR</I><DD>
use STR as the user-defined node format
<DT><B>-U</B>, <B>--unk-format</B>=<I>STR</I><DD>
use STR as the user-defined unk format
<DT><B>-B</B>, <B>--bos-format</B>=<I>STR</I><DD>
use STR as the user-defined bos format
<DT><B>-E</B>, <B>--eos-format</B>=<I>STR</I><DD>
use STR as the user-defined eos format
<DT><B>-b</B>, <B>--input-buffer-size</B>=<I>INT</I><DD>
set input buffer size (default BUF_SIZE)
<DT><B>-C</B>, <B>--allocate-sentence</B><DD>
allocate new memory for input sentence
<DT><B>-N</B>, <B>--nbest</B>=<I>INT</I><DD>
output N best results (default 1)
<DT><B>-t</B>, <B>--theta</B>=<I>FLOAT</I><DD>
set temparature parameter theta (default 0.75)
<DT><B>-o</B>, <B>--output</B>=<I>FILE</I><DD>
set the output file name
<DT><B>-v</B>, <B>--version</B><DD>
show the version and exit.
<DT><B>-h</B>, <B>--help</B><DD>
show this help and exit.
<P>
</DL>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">COPYRIGHT</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 15:16:13 GMT, July 09, 2006
</BODY>
</HTML>
|