diff --git a/README.md b/README.md index 6442550..43fcd22 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # **LexiFuzz NER: Named Entity Recognition Based on Dictionary and Fuzzy Matching** -![Image](assets\lexifuzz-mascot.png) +![Image](https://github.com/hanifabd/lexifuzz-ner/blob/master/assets/lexifuzz-mascot.png) ## **About** LexiFuzz NER is a Named Entity Recognition (NER) package designed to identify and extract named entities from unstructured text data. Leveraging a combination of dictionary-based and fuzzy matching techniques, LexiFuzz NER offers state-of-the-art accuracy in recognizing named entities in various domains, making it an invaluable tool for information extraction, natural language understanding, and text analytics. @@ -69,4 +69,4 @@ LexiFuzz NER is a Named Entity Recognition (NER) package designed to identify an 'text': 'i wanna ask about bca tahapn savings product', 'text_annotated': 'i wanna ask about [bca]{55a20c6b-bd4a-43ee-8853-b961ac537ca8} [tahapn]{08917da5-ed51-44bb-9be9-52f17df2640a} savings product' } - ``` \ No newline at end of file + ```