NuiMrme

Results 8 issues of NuiMrme

**Describe the bug** same Analyzer detects LOCATION entity token in text but fails to detect the same token in an image **To Reproduce** ```py analyzer=AnalyzerEngine(nlp_engine=nlp_engine_with_french, log_decision_process="true",supported_languages = ["fr","en"]) print(analyzer.analyze(text='VALENCE', language...

image-anonymization

## Change Description The log by default contains information about the entity_type, start, end and the score in addition to the analysis explanation. Added an entity_text too pin point the...

**Is your feature request related to a problem? Please describe.** The decision process output prints out the entity_type, start_position, end_position and the score. When working with longer sequences of texts...

**Describe the bug** When the name is all capital letters, PERSON entity is not detected **To Reproduce** ```py print(analyzer.analyze(entities = ["PERSON"],text='SOPHY SANTINO', language ="en")) print(analyzer.analyze(entities = ["PERSON"],text='Sophy Santino', language ="en"))...

Thanks for sharing this. There is a confusion about the license. If I'm not missing something here, Emu is based on llama 1 and commercial use is prohibited but Emu2...

Hello, The only thing that is different from the instruction of the installation is I used Vicuna v.1.5, it downloads the weights locally from HF. In the bliva_vicuna7b.yaml, llm_model: I...

**Describe the bug** after `pip install screenai` a runtime error is produced in the `from screenai.main import ScreenAI` line in the default example : RuntimeError: mat1 and mat2 shapes cannot...

bug
Fund

I'm parsing some pdfs with openparse which uses unitable. This error occured and I have no idea what it even means , I would appreciate any insights _image_to_tensor(image.crop(bbox), size=(112, 448))...