Skip to content

Commit

Permalink
Merge pull request #41 from entelecheia/entelecheia/issue40
Browse files Browse the repository at this point in the history
Entelecheia/issue40
  • Loading branch information
entelecheia authored Sep 7, 2024
2 parents 34ed75e + 4a5a90e commit b36daf6
Show file tree
Hide file tree
Showing 20 changed files with 2,288 additions and 15 deletions.
1 change: 1 addition & 0 deletions book/en/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ parts:
sections:
- file: week01/session1
- file: week01/session2
- file: week01/wk1-lab1
- file: week02/index
sections:
- file: week02/session1
Expand Down
2 changes: 1 addition & 1 deletion book/en/week01/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Week 1: Introduction
# Week 1 - Introduction

Welcome to Week 1 of our course on Natural Language Processing (NLP) and advanced language model technologies. This week, we'll embark on an exciting journey through the world of NLP, exploring its fundamental concepts, historical evolution, and cutting-edge developments.

Expand Down
2 changes: 1 addition & 1 deletion book/en/week01/session1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Session 1 - Foundations and Evolution of NLP
# Week 1 Session 1 - Foundations and Evolution of NLP

## 1. Introduction to Natural Language Processing (NLP)

Expand Down
2 changes: 1 addition & 1 deletion book/en/week01/session2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Session 2 - The Revolution in Modern NLP
# Week 1 Session 2 - The Revolution in Modern NLP

## 6. Evolution Towards Modern NLP

Expand Down
390 changes: 390 additions & 0 deletions book/en/week01/wk1-lab1.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion book/en/week02/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Week 2: Basics of Text Preprocessing
# Week 2 - Basics of Text Preprocessing

## Overview

Expand Down
2 changes: 1 addition & 1 deletion book/en/week02/session1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Session 1 - Text Preprocessing Fundamentals
# Week 2 Session 1 - Text Preprocessing Fundamentals

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion book/en/week02/session2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Session 2 - Advanced Text Preprocessing and Representation
# Week 2 Session 2 - Advanced Text Preprocessing and Representation

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion book/en/week02/session3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Session 3 - Korean Text Preprocessing and Tokenization
# Week 2 Session 3 - Korean Text Preprocessing and Tokenization

## Introduction

Expand Down
1 change: 1 addition & 0 deletions book/ko/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ parts:
sections:
- file: week01/session1
- file: week01/session2
- file: week01/wk1-lab1
- file: week02/index
sections:
- file: week02/session1
Expand Down
2 changes: 1 addition & 1 deletion book/ko/week01/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1주차: 자연어처리 소개
# 1주차 - 자연어처리 소개

자연어처리(NLP)와 고급 언어모델 기술에 대한 강좌의 1주차에 오신 것을 환영합니다. 이번 주에는 NLP의 세계를 탐험하며, 그 기본 개념, 역사적 발전, 그리고 최신 개발 동향에 대해 알아볼 것입니다.

Expand Down
2 changes: 1 addition & 1 deletion book/ko/week01/session1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 세션 1 - 자연어처리의 기초와 발전
# 1주차 세션 1 - 자연어처리의 기초와 발전

## 1. 자연어처리(NLP) 소개

Expand Down
2 changes: 1 addition & 1 deletion book/ko/week01/session2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 세션 2 - 현대 자연어처리의 혁명
# 1주차 세션 2 - 현대 자연어처리의 혁명

## 6. 현대 NLP로의 진화

Expand Down
Loading

0 comments on commit b36daf6

Please sign in to comment.