lexTagFiles: lexicalTaggging file function

Description Usage Arguments

Description

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

Usage

1
lexTagFiles(pathToFolder, pathToStorage, minMaxWordCount = 300)

Arguments

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


mouse0/suicideProject documentation built on May 3, 2019, 5:19 p.m.