orkgnlp.common.util.io.read_pickle

read_pickle(input_path)[source]

Reads the pickle file of the given input_path.

Parameters:

input_path (str) – Path to the pickle file

Return type:

Any

Returns:

A loaded pickle object.