summaryrefslogtreecommitdiff
path: root/lang/cu-prolog/pkg/DESCR
diff options
context:
space:
mode:
authorjtb <jtb>2001-02-24 15:38:48 +0000
committerjtb <jtb>2001-02-24 15:38:48 +0000
commitbc874535301e3213612302290fe3c7179ddbddf0 (patch)
treefd30c822a0849962a82e2ba675797ddbff899484 /lang/cu-prolog/pkg/DESCR
parent717ceaa828744298b154e7e2ccb0f9a78c03b60f (diff)
downloadpkgsrc-bc874535301e3213612302290fe3c7179ddbddf0.tar.gz
Initial import of cu-prolog:
Experimental constraint logic programming language
Diffstat (limited to 'lang/cu-prolog/pkg/DESCR')
-rw-r--r--lang/cu-prolog/pkg/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/cu-prolog/pkg/DESCR b/lang/cu-prolog/pkg/DESCR
new file mode 100644
index 00000000000..cb5a75a3bc3
--- /dev/null
+++ b/lang/cu-prolog/pkg/DESCR
@@ -0,0 +1,11 @@
+cu-Prolog is an experimental constraint logic programming language.
+Unlike most conventional CLP systems, cu-Prolog allows user-defined
+predicates as constraints and is suitable for implementing a natural
+language processing system based on the unification-based
+grammar. As an application of cu-Prolog, we developed
+a JPSG (Japanese Phrase Structure Grammar) parser
+with the JPSG Working Group (the chairman is Prof. GUNJI, Takao of
+Osaka University) at ICOT.
+
+cu-Prolog is also the complete implementation of the constraint
+unification and its name (cu) comes from the technique.