Skip to content
/ scfg Public
forked from erelsgl-nlp/scfg

Synchronous Context Free Grammar in Node.js.

Notifications You must be signed in to change notification settings

vaskonov/scfg

 
 

Repository files navigation

SCFG

Synchronous Context Free Grammar (SCFG) in Node.js.

SCFG are a type of formal grammar designed for use in transfer-based machine translation. Rules in these grammars apply to two languages at the same time, capturing grammatical structures that are each other's translations. The repository contains a grammar to develop the Natural Language Understanding (NLG) component of the dialogue system (DS), where the source language is the semantic language of the DS, and the destination language is the natural language.

Related repositories:

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%