Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

fix word count #11

Closed
wants to merge 1 commit into from
Closed

fix word count #11

wants to merge 1 commit into from

Commits on Sep 7, 2015

  1. fix word count

    Fixes incorrect word count.
    
    The current implementation adds a period to the end of any text, which adds an extra word count to any phrase.  Taking an example from cgiffard#4 for instance:
    ```
    var stats = textstatistics("monkey goes yay");
    stats.wordCount();
    4
    ```
    izhan committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    761380d View commit details
    Browse the repository at this point in the history