Skip to content

Commit

Permalink
KNN classifier added
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiehPirmoradian committed Aug 21, 2023
1 parent 5ae5256 commit c122522
Show file tree
Hide file tree
Showing 54 changed files with 7,042 additions and 0 deletions.
18 changes: 18 additions & 0 deletions source/KNN_Classifier/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="FilePaths:0" value="D:\\A_A_IT_Courses\\FUAS_Sem_1\\SE_Project_KNN_2023\\Rookie_dev\\se-cloud-2022-2023\\MySEProject\\KNN_Project\\KNN_Classifier\\Articles\\TrainingData\\politic_1.txt"/>
<add key="FilePaths:1" value="D:\\A_A_IT_Courses\\FUAS_Sem_1\\SE_Project_KNN_2023\\Rookie_dev\\se-cloud-2022-2023\\MySEProject\\KNN_Project\\KNN_Classifier\\Articles\\TrainingData\\politic_2.txt"/>
<add key="FilePaths:2" value="D:\\A_A_IT_Courses\\FUAS_Sem_1\\SE_Project_KNN_2023\\Rookie_dev\\se-cloud-2022-2023\\MySEProject\\KNN_Project\\KNN_Classifier\\Articles\\TrainingData\\politic_3.txt"/>
<add key="FilePaths:3" value="D:\\A_A_IT_Courses\\FUAS_Sem_1\\SE_Project_KNN_2023\\Rookie_dev\\se-cloud-2022-2023\\MySEProject\\KNN_Project\\KNN_Classifier\\Articles\\TrainingData\\politic_4.txt"/>
<add key="FilePaths:4" value="D:\\A_A_IT_Courses\\FUAS_Sem_1\\SE_Project_KNN_2023\\Rookie_dev\\se-cloud-2022-2023\\MySEProject\\KNN_Project\\KNN_Classifier\\Articles\\TrainingData\\politic_5.txt"/>
<add key="FilePaths:6" value="D:\\A_A_IT_Courses\\FUAS_Sem_1\\SE_Project_KNN_2023\\Rookie_dev\\se-cloud-2022-2023\\MySEProject\\KNN_Project\\KNN_Classifier\\Articles\\TrainingData\\politic_6.txt"/>
<add key="FilePaths:7" value="D:\\A_A_IT_Courses\\FUAS_Sem_1\\SE_Project_KNN_2023\\Rookie_dev\\se-cloud-2022-2023\\MySEProject\\KNN_Project\\KNN_Classifier\\Articles\\TrainingData\\sport_1.txt"/>
<add key="FilePaths:8" value="D:\\A_A_IT_Courses\\FUAS_Sem_1\\SE_Project_KNN_2023\\Rookie_dev\\se-cloud-2022-2023\\MySEProject\\KNN_Project\\KNN_Classifier\\Articles\\TrainingData\\sport_2.txt"/>
<add key="FilePaths:9" value="D:\\A_A_IT_Courses\\FUAS_Sem_1\\SE_Project_KNN_2023\\Rookie_dev\\se-cloud-2022-2023\\MySEProject\\KNN_Project\\KNN_Classifier\\Articles\\TrainingData\\sport_3.txt"/>
<add key="FilePaths:10" value="D:\\A_A_IT_Courses\\FUAS_Sem_1\\SE_Project_KNN_2023\\Rookie_dev\\se-cloud-2022-2023\\MySEProject\\KNN_Project\\KNN_Classifier\\Articles\\TrainingData\\sport_4.txt"/>
<add key="FilePaths:11" value="D:\\A_A_IT_Courses\\FUAS_Sem_1\\SE_Project_KNN_2023\\Rookie_dev\\se-cloud-2022-2023\\MySEProject\\KNN_Project\\KNN_Classifier\\Articles\\TrainingData\\sport_5.txt"/>
<add key="FilePaths:12" value="D:\\A_A_IT_Courses\\FUAS_Sem_1\\SE_Project_KNN_2023\\Rookie_dev\\se-cloud-2022-2023\\MySEProject\\KNN_Project\\KNN_Classifier\\Articles\\TrainingData\\sport_6.txt"/>
<add key="FilePaths:13" value="D:\\A_A_IT_Courses\\FUAS_Sem_1\\SE_Project_KNN_2023\\Rookie_dev\\se-cloud-2022-2023\\MySEProject\\KNN_Project\\KNN_Classifier\\Articles\\TrainingData\\sports_7.txt"/>
</appSettings>
</configuration>
299 changes: 299 additions & 0 deletions source/KNN_Classifier/Articles/CleanedText/politic1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,299 @@
biden
confident
hes
the
democratic
nominee
despite
sanders
claiming
still
has
path
sen
bernie
sanders
argues
that
theres
still
narrow
path
for
him
win
the
democratic
presidential
nomination
but
front
runner
joe
biden
disagrees
saying
feels
confident
will
the
partys
nominee
starting
with
his
landslide
victory
south
carolina
one
month
ago
biden
has
crushed
populist
senator
from
vermont
and
built
large
lead
the
crucial
race
for
convention
delegates
making
him
the
all
but
certain
democratic
nominee
biden
also
enjoys
massive
wave
support
from
former
rivals
and
leading
democratic
members
congress
governors
unions
and
other
groups
much
the
party
consolidated
behind
the
former
vice
presidents
white
house
bid
top
democrats
say
convention
may
cancelled
over
coronavirus
threat
sanders
however
said
monday
appearance
late
night
with
seth
meyers
that
were
about
delegates
behind
biden
has
have
there
path
the
progressive
champion
whos
making
his
second
straight
white
house
run
then
acknowledged
admittedly
narrow
path
there
are
lot
people
who
are
supporting
then
said
have
strong
grassroots
movement
who
believe
that
have
got
stay
order
continue
the
fight
make
the
world
know
that
need
medicare
for
all
that
need
raise
the
minimum
wage
living
wage
that
need
paid
family
and
medical
leave
meanwhile
interview
tuesday
night
with
msnbc
biden
emphasized
that
even
with
sanders
staying
the
race
felt
confident
about
being
the
nominee
dont
see
much
thats
going
make
able
change
that
and
bidens
campaign
fundraising
email
wednesday
supporters
described
their
candidate
the
crystal
clear
frontrunner
the
former
vice
president
needs
the
backing
sanders
and
his
legions
younger
voters
and
progressives
fully
unite
the
party
prepares
challenge
president
trump
the
general
election
acknowledged
tuesday
that
bernie
has
lot
very
very
strong
and
ardent
followers
and
think
that
its
hard
decision
not
going
tell
him
whether
has
stay
get
out
thats
his
decision
Loading

0 comments on commit c122522

Please sign in to comment.