Account

Translate

Research

Last subscribed

Statistics

Downloads - Chatbot - Download the Chatbot

Here it's possible to download the chatbot script to install on a server for any possible use.

Find instructions inside this package to install and configure it. This chatbot have been built for french. If there is no Google Cloud account the chatbot will recognize words and sentences only as french, and the Speech API and the Natural Language API won't work. And because the Wikipedia API for this chatbot works with Google Natural Language it will be impossible to use the Wikipedia API.

The database may be big as it contains a dictionary. It may need a special SQL software for importing the database.


Version 1.5

  • Better detection of pre verbs and after verbs pronouns and nouns plural or singular
  • New pattern validations with granted words and verbs
  • Fix of the pronouns spacing and apostrophes for the output
  • Better looking for matches based only on keywords

Version 1.5.1

  • Add new validations with granted words in the syntax patterns
  • Fix multiple nouns detection rule
  • Add filter after dictionary query for better result

Version 1.5.2

  • Add granting to the patterns and remove the foward granting option
  • Fix problems with removed verbs in the database
  • Add plural or singular and masculine of feminine for all types of verbs

Version 1.5.3

  • Fix validation problem with granting in the syntax pattern
  • Fix a bug which prevent past participle from being recognized

Version 1.5.4

  • Fix many broken syntax pattern with granting
  • Add a limit of word for the lookup of pronoun after verbs
  • Fix granting on optional tags

Version 1.5.5

  • New session system working with txt file
  • Add of wikipedia description to response if natural language API is enabled
  • Fixing the session keywords incrementing issue (new!)

Version 1.5.6

  • Fixing patterns granting (add more validation)
  • Add a new granting configuration (1 star for singular and plural, 2 star for masculine and feminine)
  • Add a validation rule to detect better sentence words

Version 1.6

  • Adding of a new column in the memory for infinitive verbs (better control of verbs)
  • Adding of a new column for past participle verbs (better control of verbs)
  • Adding of new syntax patterns with infinitive verbs,
  • Reorganization and modification of the syntax patterns (bigger sentence first)
  • Adding of a pronouns connection column for 1 character length pronouns,
  • Removing side duplicate in the validation (one word aside the same word),
  • Fixing of unwanted pronouns emplacement (1 character aside 2 character),
  • Reducing the session storage limit from 20 to 10 for more accurate results
  • Fixing a bug which was preventing granting from happening with optional tag,
  • Fixing a bug which was blocking the detection fo verbs in the recognition of pronouns
  • Fixing of a bug which was blocking all type of word from getting the correct granting array
  • Fixing of a bug which was including optional tag even if there is no available tag values
  • Reorganization of the verbs, pronouns and nouns detection in the loop

Version 1.6.1

  • Correction of strtolower function for mb_strtolower with utf-8 encoding for keeping accents
  • Fixing of a bug which was preventing many verbs from being matched in the database (too precise query)
  • Addition of a grammar corrector for not found word in the database (non-accent or accent)
  • Reorganization and correction of the syntax pattern.

Version 1.6.5

  • Complete reoranization of detection of plural, singular, masculine, feminine
  • Adding new prounouns to pronouns detection
  • Adding validation for demonstrative pronouns
  • Fixing the broken reordering and storing of pronouns
  • New validation to avoid duplicate with syntax pattern
  • Fixing of many broken word detections from dictionnary
  • Fixing of broken used_id query for patterns
  • Reorganization of syntax pattern for verbs
  • Adding of new functionality to make Julie answer more than 1 time
  • Adding of a few word in dictionnary which were missing

Version 1.6.6

  • Reorganization of the pattern storing (fixing of major bug which was preventing the pattern tag from being correctly output in database)
  • Adding missing 'other' words tag to syntax pattern filter response array.

Version 1.7

  • Big clean up of the file (removing all unnecessary files)
  • Removal of response array and now using path array instead
  • Fixing issue with order of tag in the database patterns
  • Add new handling of yes and no human answers

Version 1.7.1

  • Make replacement for additional personal pronouns (important update)
  • New detection for association character in front of verb
  • Replacement for possesive pronouns just like possesive adjective
  • Add new learning context for possesive pronouns
  • Randomization and filtering of the memory select query for retreiving data
  • Adding of channels functionality

Version 1.7.2

  • Add more details to the aside bar
  • Make the bot empty response appear with a dash
  • Fix memory word search by adding apostrophe in the search

Version 1.7.3

  • Adjustement of the query for the cron-task.php file
  • Optimization of the cron-task.php file
  • Removal of the type 'other' for the keyword array in cron-task.php file

Version 1.7.4

  • Updating the way keywords are stored (flushed on subject changes instead of each 8 answers)
  • Allowing verb granting with possessive pronouns

Version 1.7.5

  • Pronouns 'ourselves', 'yourself', 'himself', 'herself' now detected with plural/singular or feminine/masculine
  • Pronouns 'ourself' removed from conversion to 'myself' and read separately

Version 1.7.6

  • Reorganization of syntax patterns, fixing one letter pronouns before auxiliaries and verbs
  • Complete reorganization of the verbs pronouns and nouns detections. Using more loops for advanced detection.
  • Fixing apostrophe missing for other french word when inserting in database
  • Adding condition for memory retrieval (verbs and nouns must be all valid)
  • Adding one auxiliary and one pronoun to sentence when no verbs or auxliaries is found at all
  • Adding accent validation when updating the one letter pronoun before a verb in french
  • Adding the last inserted row in memory to the used id array to avoid getting it again
  • Fix error when not finding word after structure validation. Putting them in the other array
  • Add condition for memory, getting match from between -25 character and +25 character of the user input
  • Fix the "I" pronoun not being spelled correctly in french when preceding another one letter pronoun

Version 1.7.7

  • Building advanced memory retrieval system with more links (synonymous and related verbs)
  • Making the query for memory look for all verbs tense for each verb of the user input
  • Making the query for memory look for all synonynous in dictionnary for each noun of the user input
  • Fixing of the 'and' word detection in the verbs function. The loop was stopped before reaching 'and'
  • Adding of kind and plural for the converted verbs which have none in dictionnary. Fallback to default of pronoun
  • Adding missing granting of a few past participles and auxiliaries in syntax patterns
  • Move default fallback auxiliary and pronoun at the beginning
  • Remove Julie name storing in the database human column

Version 1.7.8

  • Create possibility to delete newly stored memory row by a negative user input

Version 1.7.9

  • Adding a functionality to enable calculus and operations
  • Adding conversation tables (for liter, milliliter, ounces, centimeter, meter, millimiter, kilometer, feets, inches, squares and cubes units) to enable advanced calculus with different units.
  • Adding functionality to convert a unit in another unit

Version 1.8.5

  • Adding of a Python text shape feature to draw circle, rectangle, triangle, etc.
  • Making of a few faces with emotions and associating them to short term memory keywords
  • Add a face box for displaying a face on the index page

Version 1.9

  • Add many new word detection for the dictionnary
  • Add many syntax pattern to return sentences not stored in database
  • Detect better link between one letter pronoun and word not starting with vowel
  • Grant pronouns with their verb using their plural, singular and order
  • Fix wikipedia file_get_content for cURL code,
  • Add condition for memory retrival to avoid retrieving result same as question
  • Block syntax patterns from being repeated

Version 1.9.1

  • Recognition of for verb plural, singular and genre with nouns placed after,
  • Recognition of for verb plural, singular and genre with demonstrative adjective,
  • Detection of nouns instead of verbs for dictionary when determinants placed before

Version 1.9.2

  • Addition of a new array table to detect better dictionnary syntax from the user input,
  • Addition of a loop to fix word's missing characters when they aren't found and match them with the dictionnary,
  • Fix and optimize many of the default syntax pattern used when no database entries (bad granting),
  • Adding of a new feature to select the auxiliary type for specific syntax pattern

Version 1.9.3

  • Fix the Wikipedia API connection not working and collecting descriptions,
  • Fix the cron task file to connect with the new type of wiki descriptions,
  • Add additional corrections for word detection from the dictionnary,
  • Add additional corrections to grant all past verbs and auxiliaries with nouns (singular and plural),
  • Add to default added pronouns a genre and plural when none is found from verb

Download - GitHub Online Demo



Source : learningbot

Price: $ 00.00 CAD to access learningbot extensions, forum support, chatbox support and update support



Download the Chatbot

The 2017-11-09 at 19:41:40

Author: learningbot Man

Rank: Administrator

Views total: 1091

Comments total: 0

Likes: 0

Dislikes: 0

Votes: Autorized

Comments: Autorized

Article source: learningbot

Modified the 2023-01-08 at 14:26:00

+ Add to my contacts

Return to the articles list

Votes

Identity verification:

Enter (000) in this field:

0

0

Comments:

The news

The news section containing all the latest post from each section.

References

Title: Credits Policies

Category: Credits

Votes status: Authorized

Comments status: Authorized

Views total: 166

Comments total: 0

Votes results: 0 0

Article author: learningbot Man

Author rank: Administrator

Article date: 2022-07-13

Article time: 10:54:16

Article source: learningbot

View article...

Modified the 2022-07-13 at 23:08:20

Downloads

Title: Julie AI - The game

Category: Game

Votes status: Authorized

Comments status: Authorized

Views total: 844

Comments total: 0

Votes results: 0 0

Article author: learningbot Man

Author rank: Administrator

Article date: 2019-06-27

Article time: 01:28:01

Article source: learningbot

View article...

Modified the 2022-07-04 at 14:11:33

Forum

Title: Content Revision - Job offer

Category: Contribution

Votes status: Authorized

Comments status: Authorized

Views total: 304

Comments total: 0

Votes results: 0 0

Article author: learningbot Man

Author rank: Administrator

Article date: 2022-07-15

Article time: 08:10:28

Article source: learningbot

View article...

Help

Title: Example of conversation - Version 1.7.9

Category: Recorder

Votes status: Authorized

Comments status: Authorized

Views total: 953

Comments total: 0

Votes results: 0 0

Article author: learningbot Man

Author rank: Administrator

Article date: 2019-12-15

Article time: 11:32:02

Article source: learningbot

View article...

Modified the 2019-12-15 at 23:46:05

Languages

Title: French syntax pattern

Category: French

Votes status: Authorized

Comments status: Authorized

Views total: 723

Comments total: 0

Votes results: 0 0

Article author: learningbot Man

Author rank: Administrator

Article date: 2019-02-03

Article time: 11:31:07

Article source: learningbot

View article...

Modified the 2020-05-17 at 10:00:07