Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharmonies authored Mar 19, 2019
1 parent 1b0e6e4 commit 54f2d75
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# LAFE
Lafe is a fork of PascAlice (Delphi) with some enhancement added. It is "ported" from Delphi to Lazarus IDE. Currently in early stage of development.
Lafe is an Artificial Intelligence Markup Language (AIML) chatterbot GUI. Lafe is a fork of PascAlice (Delphi) with some enhancement added. It is "ported" from Delphi to Lazarus IDE. Currently in early stage of development. This is an old and unmaintained project created since 2011 (originally at Google Code - https://code.google.com/archive/p/lafe/)

# What is AIML?
According to Wikipedia, AIML, or Artificial Intelligence Markup Language, is an XML dialect for creating natural language software agents. The XML dialect called AIML was developed by **Richard Wallace** and a worldwide free software community between 1995 and 2002. AIML formed the basis for what was initially a highly extended Eliza called "A.L.I.C.E.." ("Artificial Linguistic Internet Computer Entity"), which won the annual Loebner Prize Competition in Artificial Intelligence three times, and was also the Chatterbox Challenge Champion in 2004.

# Compiling
You need **Freepascal Lazarus IDE** to compile this project. You will also need to find a missing library called **LibXMLParser** (unincluded in source)

# Screenshot
![](https://mrharmonies.files.wordpress.com/2012/01/be022-394224_2673086220371_541815050_n.jpg)

# License
Copyright (C) 2011 Mohd Kholid Yaacob (http://mrharmonies.blogspot.com)

This source is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

A copy of the GNU General Public License is available on the World Wide Web at http://www.gnu.org/copyleft/gpl.html. You can also obtain it by writing to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1335, USA.

0 comments on commit 54f2d75

Please sign in to comment.