Angular Eliza Chatbot Module
Last updated
Was this helpful?
Last updated
Was this helpful?
This library was generated with .
The Angular chatbot service based on an early natural language processing program called Eliza.
ELIZA is an early natural language processing computer program created from 1964 to 1966 at the MIT Artificial Intelligence Laboratory by Joseph Weizenbaum. Created to demonstrate the superficiality of communication between humans and machines, Eliza simulated conversation by using a "pattern matching" and substitution methodology that gave users an illusion of understanding on the part of the program, but had no built in framework for contextualizing events.
Source and more information about the Elisa program:
Run nx test client-util-eliza
to execute the unit tests.
Run nx lint client-util-eliza
to lint the library.
Run nx build client-util-eliza
to build the library.
Import the charts module
Example
Install the package
Import in your application root module
Import in your application root module
Example