Natalie Prange
Natalie Prange
When the base directory contains several albums, scrolling through them is often lagging because the cover image bitmaps for each album need to be loaded into the image view. Implementing...
Makes the README file more readable :) The changes only address the format of the file, not the content.
First of all, thanks a lot for making your code public! I am trying to run inference over custom documents. Let's take as an example the following single-sentence document: ```...
First of all thank you for making your code publicly available. We are working on an evaluation tool for entity linking systems and would love to include your system and...
Dear Tom, First of all thank you for publishing this awesome and easy to use entity linker. I've been running experiments with ReFinED for a while but only started using...
I have a function that looks something like this: ``` def print_nif_contexts(filepath: str): with open(filepath, "r", encoding="utf8") as file: file_content = file.readlines() nif_content = "".join(file_content) nif_doc = NIFCollection.loads(nif_content) for context...
Dear authors, First of all, thank you for the great work you do in making entity linking results more comparable. My question is specifically about GERBIL's WAT annotator: I get...
Hello, when using the local pipeline because the remote pipeline does not seem to be available anymore (see #129), I get the following message ``` INFO:ccg_nlpy.pipeline_config:Using local pipeline ERROR:ccg_nlpy.local_pipeline:Fail to...
Hello, the example from the ReadMe using the remote pipeline currently yields the following error, making the remote pipeline unusable: ``` >>> from ccg_nlpy import remote_pipeline >>> pip = remote_pipeline.RemotePipeline()...