Mentions légales du service

Skip to content
Snippets Groups Projects
	hmg

What is hmg
============

	A Greek grammar generated from a MetaGrammar (MG) and compiled
	with DyALog.

Contents
========

	INSTALL		instructions for installation
	LICENSE		license and copyright notice
	README		this file

	hgram.smg	the source meta grammar in simplified format
	hgram.tag.xml  (derived file) the resulting TAG grammar (XML format)
	hgram.tag      (derived file) the resulting TAG grammar (DyALog format)
	addons.tag	addons to the grammar, outside the metagrammar

	hmg_lexer	a small segmenter tool (need access to a lexed lexicon)

	register_parserd.conf	parsers to be registered within parserd
	hmg_parser	(generated file)

	t/*.t		tests


Installation
============

	See the INSTALL file for the compilation and installation procedure.


Documentation
=============

	To run a sentence (with a lexicon) :

echo "Τρώει σούπα κάθε μέρα στο σπίτι του." | ./hmg_lexer | ./hmg_parser - [-forest] [-robust]

	where:
	-forest : to output the shared derivation forest
	-robust : to do partial parsing

	For more information, type:

perldoc hmg_lexer
hmg_parser -h
hmg_parser -h

For more documentation, please check Alpage Linguistic Processing
Chain documentation:
<http://alpage.inria.fr/docs/alpchain-doc.pdf>


Availability
============

Get the latest release:
<https://gforge.inria.fr/frs/?group_id=473>

The latest version can also be retrieved from the Subversion
repository on Inria Gforge typing the following command:

svn checkout svn://scm.gforge.inria.fr/svn/mgkit/hmg/trunk hmg


Copyright and Licence
=====================

	INRIA 2013
	GNU Lesser Public License (LGPL)

Author
======

	Send your bug reports and suggestions by E-mail to:
        Eric de la Clergerie <Eric.De_La_Clergerie@inria.fr>