David S. Batista

Results 17 issues of David S. Batista

The `PlaceAutocompletePrediction` results have missing fields for the input string: `"Holiday Inn Airport Frankfurt Main"` the first result I get is for: `Holiday Inn Frankfurt Airport, an IHG Hotel, Bessie-Coleman-Straße,...

type: bug
triage me

I've trained my CRF model with the following parameters configuration: ``` trainer.set_params({ 'c1': 1.0, # coefficient for L1 penalty 'c2': 1e-3, # coefficient for L2 penalty 'max_iterations': 50, # stop...

Even when running the program with --gpu=0 (only have a single GPU, using amazon p3.2xlarge) I incredibly low GPU utilisation, around 9% to 13%, does anyone else also has similar...

I'm trying to compile it for the OS described in the title, I've managed to compile the dependencies using the custom `install_deps.sh` script in the following branch: https://github.com/cwhits/TurboParser/blob/master/install_deps-osx.sh Basically, I...

I need to annotate data where for each document I need to annotate named-entities (i.e., token level classification) and also a set of labels (doc-level classification) How can one achieve...

type: enhancement
type: community request
type: popular request

Hi there! First time `camelot` user, and trying to detect the full table. The upper part with white background is correctly detected, the bottom with black background (and white text)...

The two `data` dicts passed to a pipeline have different behaviours This makes some components run twice ```python pipe_from_file.run( {"prompt_builder": {"query": query}, "retriever": {'query': 'What is the capital of France?'}...

type:bug
P2

``` bazel build -c opt parsey_api/... .......... ERROR: /private/var/tmp/_bazel_dbatista/6ac1d96aa6ae4210235143c7e192238a/external/org_tensorflow/third_party/py/python_configure.bzl:183:20: unexpected keyword 'environ' in call to repository_rule(implementation: function, *, attrs: dict or NoneType = None, local: bool = False). ERROR: com.google.devtools.build.lib.packages.BuildFileContainsErrorsException:...

On this [blog post](https://skeptric.com/ner-evaluate/) about NER evaluation, the author uses `nervaluate`, and also shows with a snippet of code how to quickly pack the results from a dictionary to a...