File: README

package info (click to toggle)
morfessor 2.0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 2,456; makefile: 147
file content (19 lines) | stat: -rw-r--r-- 782 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Generating Documentation
------------------------

The user instructions for Morfessor 2.0 are available as Sphinx source
files (see http://sphinx-doc.org/). To build the documentation you need
both the 'sphinx' and the 'sphinxcontrib-napoleon' package. With a recent
version of pip you could do::

    pip install -e .[docs]

to automatically install the required dependencies for making the docs.

After installing Sphinx, you can generate the documentation in different
formats using the Makefile or make.bat in the directory "docs". For
example, to generate a PDF file, type "make latexpdf", and to generate
a single HTML file, type "make singlehtml". Type "make help" to see
all available formats.

The documentation can also be read online on http://morfessor.readthedocs.org/