Skip to content

Commit

Permalink
Expand argument description for nounphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
kbenoit committed Nov 8, 2018
1 parent 1ad0ea8 commit 586a55f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Suggests:
URL: http://github.com/quanteda/spacyr
Encoding: UTF-8
BugReports: https://github.com/quanteda/spacyr/issues
RoxygenNote: 6.1.0
RoxygenNote: 6.1.1
4 changes: 2 additions & 2 deletions R/spacy_parse.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#' @param entity logical; if \code{TRUE}, report named entities
#' @param multithread logical; If true, the processing is parallelized using pipe
#' functionality of spacy (\url{https://spacy.io/api/pipe}).
#' @param dependency logical; if \code{TRUE}, analyze and return dependencies
#' @param nounphrase logical
#' @param dependency logical; if \code{TRUE}, analyze and return dependency tags
#' @param nounphrase logical; if \code{TRUE}, analyze and return noun phrases tags
#' @param ... not used directly
#' @return a \code{data.frame} of tokenized, parsed, and annotated tokens
#' @export
Expand Down
4 changes: 2 additions & 2 deletions man/spacy_parse.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 586a55f

Please sign in to comment.