2018-10-24

What is RL3

RL3 (a regex on steroids) is a natural language and unstructured data processing engine with many areas of application including conversational interfaces, interactive agents, semi-structured and unstructured data processing, named entity extraction, web mining, parsing and categorization. For more details refer to RL3 Wiki.

RL3 Standard Library (NLP) is now open-source

The RL3 Standard Library is a collection of modules accessible to an RL3 program to simplify the programming process and remove the need to rewrite commonly used RL3 patterns and predicates.

Our goal is to create a community-driven library of general NLP, unstructured and semi-structured text patterns that can empower personal, research and educational projects.


We welcome any feedback and contributions. Join RL3 Standard Library project on GitHub: https://github.com/jokruger/rl3stdlib

2018-10-22

How to Make a Chatbot in Python Using RL3

A guide on building your own simple chatterbot with RL3 and Python. No specialized chatbot platforms or chatbot engines are used.