Skip to content

Commit 0bddeee

Browse files
committed
update: added NLP course
1 parent 4bd6d0c commit 0bddeee

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

NLPlearningresources.md

+16
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,22 @@ In interactive online course, you'll learn how to use spaCy to using both rule-b
3030
:::
3131

3232

33+
:::{grid-item-card}
34+
:link: https://lena-voita.github.io/nlp_course.html#main_page_content
35+
{octicon}`book;1em;caption-text` **NLP Course | For You**
36+
^^^
37+
```{image} https://lena-voita.github.io/resources/lectures/ico/course_logo.png
38+
:height: 100px
39+
```
40+
Great NLP course with notebooks. Main purpose is to help you enter your own very personal adventure. It's well-known that you will learn something easier if you are not just given the answer right away, but if you think about it first.
41+
42+
43+
+++
44+
[Check this online Guide »](https://lena-voita.github.io/nlp_course.html#whats_inside)
45+
:::
46+
47+
48+
3349
:::{grid-item-card}
3450
:link: https://guides.library.upenn.edu/penntdm/home
3551
{octicon}`book;1em;caption-text` **Text Analysis**

_config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Book settings
88
title : Free and Open Machine Learning # The title of the book. Will be placed in the left navbar.
99
author : '<a href="https://nocomplexity.com/">Maikel Mardjan (nocomplexity.com)</a>' # The author of the book
10-
copyright : '2018-2023- Maikel Mardjan -Business Management Support Foundation (bm-support.org' # Copyright year to be placed in the footer
10+
copyright : '2018-2024- Maikel Mardjan -Business Management Support Foundation (bm-support.org' # Copyright year to be placed in the footer
1111
logo : "images/nocxbanner.png" # A path to the book logo
1212
# Patterns to skip when building the book. Can be glob-style (e.g. "*skip.ipynb")
1313
exclude_patterns : [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints","*.rst","conf.py"]
@@ -41,7 +41,7 @@ html:
4141
use_issues_button : true # Whether to add an "open an issue" button
4242
extra_navbar : '<a href="https://bm-support.org/">ROI Now!</a>' # Will be displayed underneath the left navbar.
4343

44-
extra_footer : '<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> © Copyright 2018-2023, BM-Support.org - Maikel Mardjan. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>'
44+
extra_footer : '<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> © Copyright 2018-2024, BM-Support.org - Maikel Mardjan. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>'
4545

4646
google_analytics_id : "" # A GA id that can be used to track book views.
4747
home_page_in_navbar : true # Whether to include your home page in the left Navigation Bar
@@ -84,5 +84,5 @@ sphinx:
8484
use_issues_button: True
8585
logo:
8686
text: "<b>Free and Open Machine Learning</b>"
87-
extra_footer: '<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> <i>(c)Copyright 2018-2023, BM-Support.org - Maikel Mardjan. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</i></a>.</p>'
87+
extra_footer: '<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> <i>(c)Copyright 2018-2024, BM-Support.org - Maikel Mardjan. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</i></a>.</p>'
8888

license.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
License
22
=======
33

4-
Copyright (c) 2018-2021 BM-Support.org and Maikel Mardjan.
4+
Copyright (c) 2018-2023 BM-Support.org and Maikel Mardjan.
55

66
This work is licensed under a Creative Commons Attribution-ShareAlike
77
4.0 International License. Third-party product names may be the

0 commit comments

Comments
 (0)