monolithpl / verb-finder

Highlight all verb forms in texts. Perfect for building grammar awareness in ESL students

Home Page:http://monolithpl.github.io/verb-finder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

verb finder

Highlight all verb forms in texts. Perfect for building grammar awareness in ESL students. Analyze your text for verbs / verb forms here

features

  • highlights and lists all verbs forms in a given text
  • very fast lookups using a slightly modified version of Steve Hanov's succinct bit string trie implementation
  • fully client-side and portable - works offline, too!
  • zero framework rubbish - pure vanilla javascript with zero overhead - tiny code with zero external dependencies
  • responsive mobile-first layout

demo

check it out here

further reading

Read up on the usefulness of teaching students to notice grammar patterns here:

implementation details

Read more about performance-first string lookups in javascript using trie-s here:

MIT License

Copyright 2016 Wiktor Jakubczyc

About

Highlight all verb forms in texts. Perfect for building grammar awareness in ESL students

http://monolithpl.github.io/verb-finder/


Languages

Language:HTML 100.0%