Skip to content

Commit 4bd6d0c

Browse files
committed
added new NLP guide
1 parent 256dc38 commit 4bd6d0c

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

NLPlearningresources.md

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,46 @@ Of course also only resources that are open, so only resources published
1010
using a Creative Commons license (cc-by mostly) or other real open
1111
licenses are included. So all references are open access resources.
1212

13-
- Natural Language Processing with Python, <http://www.nltk.org/book/>
13+
14+
::::{grid} 3
15+
:class-container: text-center
16+
:gutter: 3
17+
18+
19+
:::{grid-item-card}
20+
:link: https://course.spacy.io/en/
21+
{octicon}`book;1em;caption-text` **Advanced NLP with spaCY**
22+
^^^
23+
```{image} https://spacy.io/_next/static/media/course.6d34fa59.jpg
24+
:height: 100px
25+
```
26+
In interactive online course, you'll learn how to use spaCy to using both rule-based and machine learning approaches.
27+
28+
+++
29+
[Check this online Guide »](https://guides.library.upenn.edu/penntdm/home)
30+
:::
31+
32+
33+
:::{grid-item-card}
34+
:link: https://guides.library.upenn.edu/penntdm/home
35+
{octicon}`book;1em;caption-text` **Text Analysis**
36+
^^^
37+
```{image} https://libapps.s3.amazonaws.com/accounts/294709/images/Text_Mining_Venn_Diagram.PNG
38+
:height: 100px
39+
```
40+
Computational Text Analysis course. A guide to text mining tools and methods from University of Pennsylvania.
41+
1442

1543
+++
44+
[Check this online Guide »](https://guides.library.upenn.edu/penntdm/home)
45+
:::
1646

17-
- Advanced NLP with spaCY, <https://course.spacy.io/>
47+
48+
::::
49+
% End of Grid
50+
51+
52+
- Natural Language Processing with Python, <http://www.nltk.org/book/>
1853

1954

2055
+++
@@ -25,4 +60,3 @@ licenses are included. So all references are open access resources.
2560

2661
- Natural Language Processing Demystified, A free, comprehensive video course to turn you into an NLP expert. No registration required. So watch this great [NLP Learning guide](https://www.nlpdemystified.org/).
2762
+++
28-

0 commit comments

Comments
 (0)