Thejesh-404 / Website_Analyzer

Analyze the website Url returns Title, meta-tag, unigram ,Bigram
0 stars 0 forks source link

n-grams are not sorted #6

Open PandaWhoCodes opened 3 years ago

PandaWhoCodes commented 3 years ago

currenty you sort them in ascending order.

lets take this for example 1,2,3,4,5,6,7,8,9,10

Now you output the last 5 values 6,7,8,9,10

This will be needed to be sorted again to display it in ascending order or reverse printed.

Thejesh-404 commented 3 years ago

Thanks for pointing out the errors. I will look into it !

On Tue, 3 Nov, 2020, 10:56 am Thomas Ashish Cherian, < notifications@github.com> wrote:

currenty you sort them in ascending order.

lets take this for example 1,2,3,4,5,6,7,8,9,10

Now you output the last 5 values 6,7,8,9,10

This will be needed to be sorted again to display it in ascending order or reverse printed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Thejesh-404/Website_Analyzer/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK3N2IF5F2GLT5YV27ZWOYDSN6IA7ANCNFSM4TIJVMJQ .