Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.01 KB

File metadata and controls

32 lines (20 loc) · 1.01 KB

Welcome to Vrel, the library that lets you interact with a machine using a natural language like English, in a rule-based way. The library does not provide ready-made solutions, but it does give you complete control over every step in the process.

Introduction

  • The field - natural language processing concepts
  • The parts - the building blocks of the library
  • Core concepts - the fundamental ideas behind this library

Processors

  • Parsing - how a sentence is parsed into syntax trees
  • Composition - how meaning is attached and composed
  • Execution - how the semantic representation is executed

Sentence generation

  • Generation - how a response sentence is generated

Getting started

  • How to - start a new application

Demos

Topics