[English] [Japanese]
Contents
What is LiLFeS?
System Requirements
Downloads
Manuals
Mailing List
Publications
LiLFeS is a programming language using Typed Feature Structures.
LiLFeS features
- Manipulation of feature structures as builtin data structure ---
LiLFeS is a logic programming language similar to Prolog.
You can easily write programs with typed feature structures, such as
unification grammars and parsers.
- High-speed runtime system ---
LiLFeS runtime system can efficiently process Unification of Feature Structures at high speeds,
which tend to require heavy processing.
- Feature Structure database ---
Users can use databases with feature structure keys.
- C++ libraries ---
You can implement C++ programs to deal with feature structures.
By use of Feature Structure libraries for C++ language,
you can apply Feature Structures and Unification to various applications.
More infomation about LiLFeS is here.
OS: Linux, Solaris
Compiler: g++ 3.2 or newer
You can also compile LiLFeS on Cygwin.
binary packages
Download the latest binary package for your particular platform from here. Currently, the following platforms are supported:
- Redhat9 (liblilfes-x.x_redhat9.tar.gz)
- Turbolinux 8 for AMD 64 (liblilfes-x.x_turbo8amd.tar.gz)
Install Example
> cp liblilfes-x.x_platform.tar.gz /usr/local
> cd /usr/local
> tar xvzf liblilfes-x.x_platform.tar.gz
x.x is a version number of the package.
platform is redhat9 or turbo8amd
source package
Download the latest source package of LiLFeS (liblilfes-x.x.tar.gz) from here.
Install Example
> tar xvzf liblilfes-x.x.tar.gz
> cd liblilfes-x.x
> ./configure
> make install
x.x is a version number of the source files.
LiLFeS Users Manual
LiLFeS Users Manual (Japanese)
Reference of Builtin Package
Reference of Builtin Package (Japanese)
Reference of LiLLiB Package
Reference of LiLLiB Package(Japanese)
We have a mailing list to discuss LiLFeS in Japanese. Your participation is welcome.
To participate the LiLFeS mailing list, send a mail to lilfes-ctl@is.s.u-tokyo.ac.jp
with body "subscribe your-name". Your mail address will be added automatically.
Overview
-
K. Torisawa, T. Makino, M. Yoshida, T. Ninomiya, K. Nishida, H. Imai, Y. Mitsuishi, H. Kanayama, Y. Tateisi, Y. Miyao, and J. Tsujii.
1999.
Practical HPSG Parsers.
In the Proceedings of JSPS Annual Symposium on Intelligent Information and Advanced Information Processing, pp. 46-50.
-
Kentaro Torisawa. 1999.
Development of HPSG parsers on LiLFeS.
Presentation Slides in The First Working Meeting for Efficient Parsing with HPSG in Berlin.
LiLFeS itself
-
MAKINO Takaki, TORISAWA Kentaro and TSUJII Jun'ichi. 1997.
LiLFeS - Practical Programming Language For Typed Feature Structures.
In the Proceedings of Natural Language Pacific Rim Symposium '97.
-
MAKINO Takaki, YOSHIDA Minoru, TORISAWA Kentaro and TSUJII Jun'ichi. 1998.
LiLFeS -- Towards a Practical HPSG Parser.
In the Proceedings of COLING-ACL '98.
SLUNG (Japanese HPSG grammar on LiLFeS)
-
Yutaka Mitsuishi, Kentaro Torisawa, and Jun'ichi Tsujii. 1998.
HPSG-Style Underspecified Japanese Grammar with Wide Coverage.
In the Proceedings of COLING-ACL '98.
-
Yutaka Mitsuishi, Kentaro Torisawa, and Jun'ichi Tsujii .
1998.
Statistical Model for Syntactic Analysis Using HPSG.
In Proceedings of The Fourth Annual Meeting of The Association for Natural Language Processing, pp.209-212.
IN JAPANESE.
-
MITSUISHI Yutaka. 1999.
Practical HPSG-based Japanese Grammar.
Presentation Slides in The First Working Meeting for Efficient Parsing with HPSG in Berlin.
XHPSG (English grammar on LiLFeS, converted from XTAG)
-
Yuka Tateisi, Kentaro Torisawa, Takaki Makino, Kenji Nishida, Masachika Fuchigami, and Jun'ichi Tsujii.
1997.
Conversion of LTAG English Grammar to HPSG.
In IPSJ SIG notes NL-122, pp. 119-126.
IN JAPANESE.
-
Yuka Tateisi, Kentaro Torisawa, Yusuke Miyao, and Jun'ichi Tsujii.
1998.
Translating the XTAG English grammar to HPSG.
In the Proceedings of TAG+ 4, pp. 172-175.
Sequential HPSG Parsers on LiLFeS
-
Yusuke Miyao, Kentaro Torisawa, Yuka Tateisi, and Jun'ichi Tsujii.
1998.
Packing of feature structures for optimizing the HPSG-style grammar translated from TAG.
In the Proceedings of TAG+ 4, pp. 104-107.
Parallel HPSG Parsers on LiLFeS
-
Takashi Ninomiya, Kentaro Torisawa, and Jun'ichi Tsujii
1998.
An Efficient Parallel Substrate for Typed Feature Structures on Shared Memory Parallel Machines.
In the Proceedings of COLING-ACL '98.
This page is maintained by Manabu Sato.
Send comments to www-tsujii @ is.s.u-tokyo.ac.jp