Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Count the number of words in a notebook document
ResourceFunction["NotebookWordCount"][nb] counts the number of words in notebook nb. | |
ResourceFunction["NotebookWordCount"][] counts the number of words in the current notebook. |
Count the words in the current notebook:
In[1]:= |
Out[1]= |
You can specify another notebook with its NotebookObject or using its Notebook expression:
In[2]:= |
Out[2]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License