README
1Morfessor 2.0 - Quick start
2===========================
3
4
5Installation
6------------
7
8Morfessor 2.0 is installed using setuptools library for Python. To
9build and install the module and scripts to default paths, type
10
11python setup.py install
12
13For details, see http://docs.python.org/install/
14
15
16Documentation
17-------------
18
19User instructions for Morfessor 2.0 are available in the docs directory
20as Sphinx source files (see http://sphinx-doc.org/). Instructions how
21to build the documentation can be found in docs/README.
22
23The documentation is also available on-line at http://morfessor.readthedocs.org/
24
25Details of the implemented algorithms and methods and a set of
26experiments are described in the following technical report:
27
28Sami Virpioja, Peter Smit, Stig-Arne Grönroos, and Mikko
29Kurimo. Morfessor 2.0: Python Implementation and Extensions for
30Morfessor Baseline. Aalto University publication series SCIENCE +
31TECHNOLOGY, 25/2013. Aalto University, Helsinki, 2013. ISBN
32978-952-60-5501-5.
33
34The report is available online at
35
36http://urn.fi/URN:ISBN:978-952-60-5501-5
37
38
39Contact
40-------
41
42Questions or feedback? Email: morpho@aalto.fi
43