You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raymond Cheng edited this page Mar 13, 2014
·
1 revision
In this section, we'll add a child stats module to the root module defined by manifest.json. This child module will perform analysis on the text, and output stats back to the root module (e.g. word count, character count).
The source code for this tutorial can be found here: Repository-02