Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hanifabd committed Sep 12, 2023
1 parent 2e1dbdc commit 821b619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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'
}
```
```

0 comments on commit 821b619

Please sign in to comment.