Commit 4a19d3ea authored by Almouhannad Hafez's avatar Almouhannad Hafez

(5) Add results

parent 8fe8e8a4
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
**[Part2. Basic Morphological analyzer](#part2-basic-morpholgical-analyzer)** **[Part2. Basic Morphological analyzer](#part2-basic-morpholgical-analyzer)**
**[Part3. Lemmatization, POS Tagging, and N-Gram](#part3-lemmatization-pos-tagging-and-n-gram)** **[Part3. Lemmatization, POS Tagging, and N-Gram](#part3-lemmatization-pos-tagging-and-n-gram)**
**[Part4. Data augmentation](#part4-data-augmentation)** **[Part4. Data augmentation](#part4-data-augmentation)**
**[Part5. Dependency tree](#part5-dependency-tree)**
**[Results](#results)** **[Results](#results)**
## ***Description*** ## ***Description***
...@@ -90,7 +91,7 @@ ...@@ -90,7 +91,7 @@
- **Applying data augmentation on the original dataset, added 5 new rephrased rows for each original row using LLM `LLama3`** - **Applying data augmentation on the original dataset, added 5 new rephrased rows for each original row using LLM `LLama3`**
![Augmentation_effect](./images/Augmentation_effect.png) ![Augmentation_effect](./images/Augmentation_effect.png)
## ***Part4. Dependency tree*** ## ***Part5. Dependency tree***
**Files:** **Files:**
> **`5.0.Process_texts_stanza.ipynb`** > **`5.0.Process_texts_stanza.ipynb`**
- **Applying stanza pipeline containing `tokenize,mwt,pos,lemma,depparse` and storing results for using later** - **Applying stanza pipeline containing `tokenize,mwt,pos,lemma,depparse` and storing results for using later**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment