This function allows you to part of speech tag your corpus and write the resulting tag/token relationships to a csv file. This specific function also uses a path to a folder containing *.txt documents as input, as opposed to a pre-processed string
| 1 | lexTagFiles(pathToFolder, pathToStorage, minMaxWordCount = 300)
 | 
| pathToFolder,  | the path to the folder containing the corpus | 
| pathToStorage,  | the path to the folder you would like the output to go | 
| minMaxWordCount,  | no documents with less tokens than indicated will be accepted and all documents longer than the spefified count will be cropped Defaults to 300 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.