Ke . O
803 subscribers
223 photos
24 videos
5 files
146 links
sharing stuff i build β€” from small dev tools to random experiments.
mostly coding, sometimes design, a bit of tech curiosity sprinkled in.

figuring things out one project at a time.

portfolio: https://www.kenawak.works/
Download Telegram
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
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.

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
Yesuus Du’aa Ka’eera!
He is Risen
Forwarded from Natyiu Design
Please open Telegram to view this post
VIEW IN TELEGRAM
😭 we was up 3 membersπŸ€”πŸ˜’
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
I just deployed the preprocessing app check it out..
afan-nlp.streamlit.app.
Added some pics πŸ‘†

@KeO_Coder
Please open Telegram to view this post
VIEW IN TELEGRAM
My first ever 24hr HackathonπŸ₯°