Olin Blodgett

Results 3 issues of Olin Blodgett

I have been looking at the PivotPoint code and can't find a way to select when I want the day to cut off. As in I would like to calculate...

enhancement

When parsing certain files for image captions: ```python import pubmed_parser as pp pubmed_figuredata = pp.parse_pubmed_caption("PMC9539395.nxml") ``` Fails with the following error: ``` _process.py Traceback (most recent call last): File "test_process.py",...

bug

The issue I am having is based on the following: ```java @Path("/car") @Produces(MediaType.APPLICATION_JSON) @Consumes(MediaType.APPLICATION_JSON) public interface CarInterface extends VehicleInterface { @Override @POST @Path("/search") SearchResponse search(HashMap params); } public interface VehicleInterface...