Skip to content

Commit f69d367

Browse files
authoredSep 6, 2020
Updating figures & descriptions for Ch 10 #23
1 parent 69f58e5 commit f69d367

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed
 

‎Ch10/README.md

+33-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,41 @@
11
# Healthcare, Finance & Law
22

3-
Set of notebooks associated with topics covered Chapter 10 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. **[BioBERT](https://github.com/practical-nlp/practical-nlp/blob/master/Ch10/01_BioBERT_Demo.ipynb)**: Here we demonstrate how to load and use BioBERT which is a pre-trained bio-medical language representation model for various bio-medical text mining tasks perform the task of text classification.
613

714
2. **[FinBERT](https://github.com/practical-nlp/practical-nlp/blob/master/Ch10/02_FinBERT.ipynb)**: Here we demonstrate how to load and use FinBERT and perform the task of text classification. It is built by further training the BERT language model in the finance domain, using a large financial corpus.
815

916
3. **[LexNLP](https://github.com/practical-nlp/practical-nlp/blob/master/Ch10/03_LexNLP.ipynb)**: Here we demonstrate how to use LexnLP to extract various types of information from legal contracts.
17+
18+
## 🖼️ Figures
19+
20+
Color figures as requested by the readers.
21+
22+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-1.png)
23+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-2.png)
24+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-3.png)
25+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-4.png)
26+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-5.png)
27+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-6.png)
28+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-7.png)
29+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-8.png)
30+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-9.png)
31+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-10.png)
32+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-11.png)
33+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-12.png)
34+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-13.png)
35+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-14.png)
36+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-15.png)
37+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-16.png)
38+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-17.png)
39+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-18.png)
40+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-19.png)
41+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/10-20.png)

0 commit comments

Comments
 (0)
Please sign in to comment.