Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 413 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 413 Bytes

Ngram is life

Build Status

This is a naive ngram implementation with some tools together.

You can select build your ngram over letters or words, using:

  • Frequency
    • Letter
    • Word

And you can process

  • Text input.
  • Black list
  • Parse that HTML. Please, be kind with that naive regex.
  • Text sanitization.