Skip to content

Basic TFIDF-chatbots written without external libraries.

Notifications You must be signed in to change notification settings

orjahren/basic-chatbots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic chatbots

Basic implementation of chatbots using tf-idf similarity in different languages

Java

  • Sequential
  • Shared memory

Go

  • Message passing

C

  • Posix threads (shared memory)

Rust

  • TBD

Python

  • Native
  • Numpy
  • Numba
  • Cython

About

Basic TFIDF-chatbots written without external libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published