Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 479 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 479 Bytes

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.