Skip to content

A simple natural language processing tool in Javascript that does part-of-speech and entity tagging. Implemented as a JQuery plugin for now.

Notifications You must be signed in to change notification settings

richmarr/gertrude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Gertrude

A basic jquery plugin for extracting known entities from text input fields. The purpose for this is to expand the interactive capabilities of a UI without relying on low-latency connections to server-side code.

You give it an entity definition and tell it which text fields to watch, and it will trigger your event handler whenever a listed entity is detected. You can also specify custom tokenisation and normalisation functions to override the defaults.

About

A simple natural language processing tool in Javascript that does part-of-speech and entity tagging. Implemented as a JQuery plugin for now.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published