1.3.34 • Published 4 days ago

@rfprodz/client-util-eliza v1.3.34

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

Angular Eliza Chatbot Module

This library was generated with Nx.

Description

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: https://en.wikipedia.org/wiki/ELIZA

Usage

Within the development workspace

Import the charts module

import { AppElizaModule } from '@app/client-util-eliza';

Example client.module.ts

As an external package

Install the package

yarn add @rfprodz/client-util-eliza @angular/core

With the default configuration

Import in your application root module

import { AppElizaModule } from '@rfprodz/client-util-eliza';

@NgModule({
...
  imports: [
    ...
    AppElizaModule.forRoot(),
    ...
  ],
...
})
export class AppModule {
  ...
}

With a custom configuration

Import in your application root module

import { AppElizaModule, IElizaData } from '@rfprodz/client-util-eliza';

const customElizaData: IElizaData = {
  ...
};

@NgModule({
...
  imports: [
    ...
    AppElizaModule.forRoot(customElizaData),
    ...
  ],
...
})
export class AppModule {
  ...
}

Chatbot component

Example chatbot-root.component.ts

Developer commands reference

npx nx run tools:help --search client-util-eliza:

References

1.3.34

4 days ago

1.3.33

10 days ago

1.3.32

21 days ago

1.3.31

2 months ago

1.3.30

2 months ago

1.3.29

2 months ago

1.3.28

3 months ago

1.3.27

4 months ago

1.3.26

5 months ago

1.3.25

5 months ago

1.3.10

9 months ago

1.3.13

8 months ago

1.3.14

8 months ago

1.3.11

9 months ago

1.3.12

9 months ago

1.3.17

7 months ago

1.3.18

7 months ago

1.3.15

7 months ago

1.3.16

7 months ago

1.3.19

6 months ago

1.3.20

6 months ago

1.3.21

6 months ago

1.3.9

10 months ago

1.3.8

10 months ago

1.3.22

6 months ago

1.3.23

6 months ago

1.3.6

10 months ago

1.3.5

11 months ago

1.3.4

11 months ago

1.3.2

11 months ago

1.3.1

11 months ago

1.3.0

12 months ago

1.2.23

12 months ago

1.2.24

12 months ago

1.2.25

12 months ago

1.2.18

1 year ago

1.2.19

1 year ago

1.2.20

1 year ago

1.2.21

1 year ago

1.2.16

1 year ago

1.2.17

1 year ago

1.2.14

1 year ago

1.2.15

1 year ago

1.2.8

1 year ago

1.2.9

1 year ago

1.2.12

1 year ago

1.2.13

1 year ago

1.2.10

1 year ago

1.2.11

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.0

1 year ago

1.1.8

1 year ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.2.2

1 year ago

1.1.3

2 years ago

1.2.1

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago