@@ -33,22 +33,31 @@ website:
3333 contents :
3434 - href : index.qmd
3535 text : Home
36- - href : chapters/1.Preprocessing/01_introduction.qmd
37- text : Introduction to Text Preprocessing
38- - href : chapters/1.Preprocessing/02_normalization.qmd
39- text : Normalization & Noise Reduction
40- - href : chapters/1.Preprocessing/03_tokenization.qmd
41- text : Word Tokenization
42- - href : chapters/1.Preprocessing/04_stopwords.qmd
43- text : Stop Words Removal
44- - href : chapters/1.Preprocessing/05_lemmatization.qmd
45- text : Lemmatization
46- - href : chapters/1.Preprocessing/06_conclusion.qmd
47- text : Conclusion
48- # - href: chapters/2.TextAnalysis/introduction.qmd
49- # text: Text Analysis
50- # - href: chapters/3.SentimentAnalysis/introduction.qmd
51- # text: Sentiment Analysis
36+ - title : Text Preprocessing
37+ 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
51+ 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+
5261 - about.qmd
5362
5463 page-footer :
0 commit comments