summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/cu-prolog/DESCR9
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/cu-prolog/DESCR b/lang/cu-prolog/DESCR
index bf92679455e..d7fc36cb099 100644
--- a/lang/cu-prolog/DESCR
+++ b/lang/cu-prolog/DESCR
@@ -1,11 +1,10 @@
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.
+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.