Skip to content

Commit dbfb785

Browse files
authored
Updating figures & descriptions for Ch 5 #23
1 parent 2f4e5bf commit dbfb785

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

Ch5/README.md

+33-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Information Extraction
22

3-
Set of notebooks associated with Chapter 5 of the book.
3+
## 🔖 Outline
4+
5+
To be added
6+
7+
8+
## 🗒️ Notebooks
9+
10+
Set of notebooks associated with the chapter.
411

512
1. **[Key Phrase Extraction](https://github.com/practical-nlp/practical-nlp/blob/master/Ch5/01_KPE.ipynb)**: Here we demonstrate Key Phrase Extraction using textacy.
613

714
2. **[NER using CRF](https://github.com/practical-nlp/practical-nlp/blob/master/Ch5/02_NERTraining.ipynb)**: Here we demonstrate how to perform NER using Conditional Random Fields.
815

9-
3. **[NER issues in spaCy](https://github.com/practical-nlp/practical-nlp/blob/master/Ch5/03_NERIssues.ipynb)**: Here we illustrate some of the issues with existing NER model in spacy and its sensitivity to text structure.
16+
3. **[NER issues in spaCy](https://github.com/practical-nlp/practical-nlp/blob/master/Ch5/03_NERIssues.ipynb)**: Here we illustrate some of the issues with the existing NER model in spacy and its sensitivity to text structure.
1017

1118
4. **[NER on CONLL using spaCy](https://github.com/practical-nlp/practical-nlp/blob/master/Ch5/04_NER_using_spaCy%20-%20CoNLL.ipynb)**: Here we demonstrate NER on the CONLL-NER dataset using spaCy.
1219

@@ -18,3 +25,27 @@ Set of notebooks associated with Chapter 5 of the book.
1825

1926
8. **[Duckling](https://github.com/practical-nlp/practical-nlp/blob/master/Ch5/08_Duckling.ipynb)**: Here we demonstrate Temporal IE using duckling.
2027

28+
29+
## 🖼️ Figures
30+
31+
Color figures as requested by the readers.
32+
33+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-1.png)
34+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-2.png)
35+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-3.png)
36+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-4.png)
37+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-5.png)
38+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-6.png)
39+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-7.png)
40+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-8.png)
41+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-9.png)
42+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-10.png)
43+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-11.png)
44+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-12.png)
45+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-13.png)
46+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-14.png)
47+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-15.png)
48+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-16.png)
49+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-17.png)
50+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-18.png)
51+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/5-19.png)

0 commit comments

Comments
 (0)