Sign in or register
for additional privileges

Using NVivo: An Unofficial and Unauthorized Primer

Shalin Hai-Jew, Author

You appear to be using an older verion of Internet Explorer. For the best experience please upgrade your IE version or switch to a another web browser.

Data Query: Word Frequency Count Query

Word Frequency Count Query 



A word frequency count provides researchers with an overall sense of the most common (usually) semantic-based words in a data set, document, text corpus, microblogging stream, or research set (or some mix of the data).  The intuition here is that words (and phrases) that are repeated often are a topic of focus for the author, discussion forum, literary document set, or other originating texts.  This approach is used for coarse text summarization and topic modeling, among other endeavors. The words may include common formulas or symbols.  The level of the count is at a unigram or one-gram, so unless phrases are run-together, they will not be treated as a single unit ("goodtoseeyou" is treated as a one-gram, but "good to see you" will disaggregate into "good" "to" "see" "you" and then will only be counted individually if the component parts are not in the stop words list and are not under three letters). Of course, it is possible to change the parameters of this process and most other processes in NVivo.  (Just keep a record of the parameters when running processes, if you will be reporting out in a presentation or a publication or other sharing.) 



Data Pre-Processing


There are some basic considerations for data pre-processing.  If the text files contain XML, JSON, or HTML tags, it would be a good idea to run the texts through some basic pre-processing before these files are ingested into NVivo.  Programs like Python or R are efficient at such cleaning.  Getting rid of these tags will bring the texts closer to universal language compliance, and it will make the files easier to use in a natural language analysis way.  (Note:  Do not save over the original file with the tagging. The tagging enables other uses of the extracted textual data.  The idea is to use a "least destructive" approach in handling data. This means that you will be preserving a version with the tagging and creating a new version of the textual files for analysis in the NVivo environment.) 


Texts as Stand-alone, Grouped, or Wholly Melded Files?


The text files (.doc, .docx, .txt, .rtf, .xl, .xlsx, .csv, .pdf, and others) are "flat files," not text in interconnected relational database tables.  They may be ingested as stand-alone files or as one large melded text file or some combination in between.  If they are kept separate, they would be able to be queried as individual files.  If they are melded into multiple text files or a large text files, they can only be queried within the groupings.  The most flexible approach is to have the text files left individually separate but melded into folders...so that queries may be easily conducted across multiple groupings and collections. 


Setting Parameters for the Word Frequency Count


Users may decide whether to display all words, or the 1000 most frequent, or some subset of that.  Words that are identified are usually at least three (3) characters in length minimum. There is a short built-in stop-words or delete-words list which disallows the inclusion of common syntax-based words.  [There is a set of these stopwords for each of the main base languages that NVivo enables.  The base language for a project is usually set at the beginning of the project in the Project Properties area. To reach this, go to File -> Info -> Project Properties -> General -> Text Content Language -> Selection from Chinese (PRC), English (US), English (UK), French (France), German (Germany), Japanese (Japan), Portuguese (Brazil), and Spanish (Mexico) -> OK.]  The user has to select what will be searched (Text, Annotations, or Text and Annotations).  He or she has to define where the data should come from:  All Sources, Selected Items, or Items in Selected Folders.  The query may be limited to the items handled by a particular researcher (user).  Once the desired parameters are set, click “Run” at the bottom left.  The status or process bar at the bottom left will show the progress of the operation. 






When the run is completed, the summary data is shown as a table.  The researcher may go through the list and add more words to the stop words list by right clicking on a particular word and clicking on “Add to Stop Words List”.  Click OK.  Or, a researcher may select a list of words to “stop” and click OK.  

Once this is done, the text frequency query has to be re-run in order to apply the new stop words list to the data set.  To achieve this, the researcher has to start again at the ribbon.  

Usually, once the frequency count has been done, it is helpful to peruse the list to look for anything anomalous or of special interest. Anything that stands out may provide a lead for further research. 






At this point, click “Run” again.  The resulting table will be listed in descending order with the most popular words at the top and the least-used ones on the bottom.  At the far right column is the weighted percentage in terms of numbers of occurrences of that word in the set.  


Adding Stopwords Globally to an NVivo Project


To add stopwords globally to a project, go to File -> Project Properties -> General (tab), and click "Stop Words."  A window will open with a list of built-in stop words in the "text content language" (base language) selected for the project.  Input all other desired stop words to the built-in list.  Click OK.  

All future text frequency counts in the project will ignore the Stop Words designated for the particular project.  (Once a new project is started, though, the default stop words dictionary built into NVivo will be used.  If a researcher wants to use the customized Stop Words list, then he or she or they should either use a template project with the change instantiated...or they should revise the Stop Words list every time.) 





If the researcher wants to return to the default built-in "stop words" list, he or she can take the same path and click the "Reset" button at the bottom left.

A "local" stopwords list is local to the process, such as the word cloud word frequency count. 

Saving a Particular Word Count as a Node


In the Detail View, a user may right-click a row of the word frequency count table and "Create as a Node." This will enable the viewing of every iteration of that word in the dataset along with its context (usually the five words before and the five words after the target term).  Also, the node itself contains a direct link to the original source in which the counted word appears.  





Saving the Word Frequency Count


Check the "Add to Project" box at the top left of the Word Frequency Query window in order to save the parameters of the word frequency query.  Use a descriptive name and in-depth descriptor in order to explain what the query entails (for accuracy when accessing this query "macro" at a later date). 

Macros are usually saved for more complex data queries, so they can be run again and again as new data is ingested into the project (or the database, as it were). 





A Default Stopwords List


NVivo has brief stopwords lists for its main interface languages:  English (US), English (UK), simplified Chinese, Japanese, French, German, Portuguese, and Spanish.  Any of the terms may be removed by the researcher; further, any new terms may be added to the stopwords lists during the query process.  

To view the stopwords list, take the following path:  

File -> Info -> Project Properties -> General tab -> Stop Words button.  





There is not a way to edit the built-in default stopwords list to apply to all future projects, but they may be edited project-by-project. [To use an updated default stopwords list, one work-around can be to create a template project file...and to use that for the team's work.] 

Word Frequency Count Visualizations


Various data visualizations are available at the far right. The data may be turned into word clouds, tree maps, or cluster analyses.  (Data visualizations are often used with the underlying datasets from which the visualizations were developed.)    





Jumping into a Text Search Query


After conducting a word frequency count, if there is a particular term of interest, it is easy enough to right click on the term in the table view, and move on to a text search query (with that select word as the seed term).  A "seed term" may be a phrase (a multi-term n-gram or a "multi-gram"), a name, a formula, a symbol, a named location, a number, or anything representable by Unicode and seeable by the software and computer.  


A Walk-through with the "Query Wizard" Feature


Finally, it may be helpful to note that the Query Wizard (in the Query Tab in the Create area) may be used for a Word Frequency query. 


A Pareto Chart Version 


The data table for a word frequency count may be exported into Excel to create a Pareto chart.  See below. 




Comment on this page
 

Discussion of "Data Query: Word Frequency Count Query"

Add your voice to this discussion.

Checking your signed in status ...


Related:  IntroSome Word Frequency Count Data VisualizationsWhat is NVivo?Some Word Frequency Count Data VisualizationsSome Types of Data Visualizations in NVivoManual Coding in NVivoDisambiguating Data VisualizationsData Query: Matrix Coding QueryTo Go with NVivo or Not? (and Partial Checklist for Stopping Usage of NVivo)An Overview of the Group Query SequencesAnalyzing Social Media Data in NVivoIngesting "Internal" Source ContentsThe NVivo User InterfaceConducting Data Queries in NVivo (Part 1 of 2)A Research Workflow with NVivo IntegrationsCreating Relationships between Project Items (Nodes, Sources, and Other Entities)Some Data VisualizationsCreating Codebooks in NVivo (through Reports...through Share)"Using NVivo" Cover"Autocoding" through Styled or Sequentially-Structured Textual Dataapplication programming interface (API)NCapture and the Web, YouTube, and Social MediaData Visualizations in the Active Details Pane in NVivoResearch Journaling in NVivoStarting a Multilingual ProjectData Query: Group Query (Advanced)Data Query: Compound Query (Advanced)Data Query: Text Search QueryStarting a New NVivo ProjectIngesting "External" Source Contents (Think "Proxy")Copy Project Window in NVivo 10 (Windows)Downloading, Installing, and Registering the SoftwareData Query: Coding Comparison (Advanced) and Cohen's Kappa CoefficientData Query: Coding QueryFuture Look: Data Repositories for NVivo-based Data Sets?NVivo interfacedata visualizationConducting Data Queries... (Part 2 of 2)"Autocoding" through Machine Learning from Existing (Human) Coding PatternsWord Tree Data Visualization in NVivoCiting Published and Unpublished Sources in NVivoTeam or Group Coding in NVivo