HypothesisReader: Hypothesis Reader process

Description Usage Arguments

View source: R/execute.R

Description

Executes the complete Hypothesis Reader process, returning a dataframe of extracted hypotheses, along with extracted entities, causality class, and direction class.

Usage

1
HypothesisReader(file_path = NULL, folder_path = NULL)

Arguments

file_path

Path or character vector of paths to PDF documents to be processed.This parameter or folder_path must be provided. If both parameters are provided, the input in this parameter will be processed and folder_path will be ignored.

folder_path

Path to folder containing PDF documents to be processed. All PDF documents in the folder specified will be processed. This call is not recursive, so no PDF documents in sub-folders will be processed. This parameter or file_path must be provided. If both parameters are provided, the input in file_path will be processed and this parameter will be ignored.


canfielder/CausalityExtraction documentation built on Jan. 5, 2022, 10:55 a.m.