well well guys, I am having a good coffee while I am writing this..
I have mid exams going and these days all I do is go to library study, sit on exam go out repeat... Its actually overwhelming like how much I am investing into my classes as if it pays off good money... I should use my high school strategy, never go out of dormπ sit there and do whatever the heck you wanna doπ
fr tho I have got alot of projects in mind, ideas I want to make alive. I cant sit here and listen to the teacher just to realize I should have never been here.
@KeO_Coder
I have mid exams going and these days all I do is go to library study, sit on exam go out repeat... Its actually overwhelming like how much I am investing into my classes as if it pays off good money... I should use my high school strategy, never go out of dormπ sit there and do whatever the heck you wanna doπ
fr tho I have got alot of projects in mind, ideas I want to make alive. I cant sit here and listen to the teacher just to realize I should have never been here.
@KeO_Coder
Recently I was building a stemming program for Afan Oromo.. I built based on the research thesis done by Debela. The thesis is done at IS department AAU. File in comments
What is stemming? Stemming is chunking down a word into its root word, by removing any affixes.
Basically the program does this. It might look easy at first but believe me if you donβt know the morphological rules and structure of the words itβs difficult.
To do so at first prepare the cluster rules, basic linguistic rules to get to the base root of the word. In this case I applied 7 rules I found in the thesis, but still itβs not hyper effective like porter stemming(stemming algorithm for English) still it needs more rules.
Why stemming?
Improve search accuracy and relevance in information retrieval systems.
I know I am just doing this for my project ISR course, but nlp projects can be made using it. Sentiment Analysis can be built using it..
@KeO_Coder
What is stemming? Stemming is chunking down a word into its root word, by removing any affixes.
Computing -> Comput
α°αα½ -> α°αα¦α½ -> α°α
Diddiimaa -> diimaa
Basically the program does this. It might look easy at first but believe me if you donβt know the morphological rules and structure of the words itβs difficult.
To do so at first prepare the cluster rules, basic linguistic rules to get to the base root of the word. In this case I applied 7 rules I found in the thesis, but still itβs not hyper effective like porter stemming(stemming algorithm for English) still it needs more rules.
Why stemming?
Improve search accuracy and relevance in information retrieval systems.
I know I am just doing this for my project ISR course, but nlp projects can be made using it. Sentiment Analysis can be built using it..
@KeO_Coder
Forwarded from Natyiu Design
Please open Telegram to view this post
VIEW IN TELEGRAM
Doing a streamlit web app for the NLP, so that people can enter their corpus or texts and the site will provide the visualizations and statistics π of the text. And also it will let you download the csv of the statistics of your document.
@KeO_Coder
@KeO_Coder
I just deployed the preprocessing app check it out..
afan-nlp.streamlit.app.
Added some pics π
@KeO_Coder
afan-nlp.streamlit.app.
Added some pics π
@KeO_Coder