/brooklyn-99-word-counter

Project that tells words from the Brooklyn 99 series. The objective is to put into practice the fundamentals of functional programming.

Primary LanguageJavaScript

Brooklyn-99

Brooklyn 99 word subtitles counter

Project that tells words from the Brooklyn 99 series. The objective is to put into practice the fundamentals of functional programming.

About

All subtitles from season 1. The subtitle files is in data/legends dir.

Quick Start

$ yarn start

Results

  • Amount: 6877 words
  • Most spoken word: I. Qty: 2495
  • Less spoken word: Zumowski's. Qtd 1

Features

  • Read only .str files
  • Remove symbols
  • Remove empty lines, timelines and credits.
  • Filter only words
  • Group words
  • Capitalize words
  • Order by qty and name
  • Save in a .JSON file