Skip to content

Commit e706efc

Browse files
authored
Merge pull request #50 from UCSB-Library-Research-Data-Services/rcomm
Rcomm
2 parents d1c0b03 + 0bba526 commit e706efc

File tree

2 files changed

+3597
-24
lines changed

2 files changed

+3597
-24
lines changed

_quarto.yml

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,34 @@ website:
3333
contents:
3434
- href: index.qmd
3535
text: Home
36-
- title: Text Preprocessing
36+
- section: "Text Preprocessing"
3737
contents:
38-
- href: chapters/1.Preprocessing/01_introduction.qmd
39-
text: Introduction to Text Preprocessing
40-
- href: chapters/1.Preprocessing/02_normalization.qmd
41-
text: Normalization & Noise Reduction
42-
- href: chapters/1.Preprocessing/03_tokenization.qmd
43-
text: Word Tokenization
44-
- href: chapters/1.Preprocessing/04_stopwords.qmd
45-
text: Stop Words Removal
46-
- href: chapters/1.Preprocessing/05_lemmatization.qmd
47-
text: Lemmatization
48-
- href: chapters/1.Preprocessing/06_conclusion.qmd
49-
text: Conclusion
50-
- title: Text Analysis
38+
- href: chapters/1.Preprocessing/01_introduction.qmd
39+
text: Introduction to Text Preprocessing
40+
- href: chapters/1.Preprocessing/02_normalization.qmd
41+
text: Normalization & Noise Reduction
42+
- href: chapters/1.Preprocessing/03_tokenization.qmd
43+
text: Word Tokenization
44+
- href: chapters/1.Preprocessing/04_stopwords.qmd
45+
text: Stop Words Removal
46+
- href: chapters/1.Preprocessing/05_lemmatization.qmd
47+
text: Lemmatization
48+
- href: chapters/1.Preprocessing/06_conclusion.qmd
49+
text: Conclusion
50+
- section: "Text Analysis"
5151
contents:
52-
- href: chapters/2.TextAnalysis/introduction.qmd
53-
text: Text Analysis
54-
- href: chapters/2.TextAnalysis/common_processes.qmd
55-
text: Common Text Analysis Processes
56-
- href: chapters/2.TextAnalysis/corpus_analysis.qmd
57-
text: Corpus-level Analysis
58-
- href: chapters/2.TextAnalysis/frequency_analysis.qmd
59-
text: Frequency Analysis
60-
52+
- href: chapters/2.TextAnalysis/introduction.qmd
53+
text: Text Analysis
54+
- href: chapters/2.TextAnalysis/common_processes.qmd
55+
text: Common Text Analysis Processes
56+
- href: chapters/2.TextAnalysis/corpus_analysis.qmd
57+
text: Corpus-level Analysis
58+
- href: chapters/2.TextAnalysis/frequency_analysis.qmd
59+
text: Frequency Analysis
60+
- section: "Sentiment Analysis"
61+
contents:
62+
- href: chapters/3.SentimentAnalysis/introduction.qmd
63+
text: Introduction to Sentiment Analysis
6164
- about.qmd
6265

6366
page-footer:
@@ -79,4 +82,3 @@ format:
7982
code-fold: false
8083
code-tools: true
8184

82-

0 commit comments

Comments
 (0)