You are viewing a single comment's thread from:

RE: Introducing Hive Report Card: A Tool to Analyse Content Complexity, User History, and More!

in Synergy Builders3 days ago

I am the look out for other bugs and issues, so let me know if others come up in your use of the tool!

Thank you for your interest in it, it is really appreciated! I am sure this will be useful to everyone on Hive!

Sort:  

Ok will do.

If I check my last post my word count is 1324 with 29 photos in the post itself.
Looking in the tool it says in the post history (newest to oldest) section 1 to 3 (2 cross posts) of that post the word count is only 42 (x2) with 0 photos and at 3. Only 239 words with 65 images, it looks a bit off?

You are welcome, happy to help and try new tools, to report back.

Good catch. Cross Posts are technically posts on the chain. I will see what I can do to ensure that these are filtered out. I don't cross post much (if at all) - so I did not see this come up when I was testing my own data. This will make the tool even more accurate :)

Working on a solution now, which will likely be "If duplicate titles, de-deuplicate by retaining the earliest (oldest) post, with the highest word count... (Probably using the perm link)

I'll use your account to test my fixes further :D

Great, let me know any updates. :)
Would be interesting to see the changes.

Implemented a fix to filter out cross posts, using regex (character manipulation!)

If the permlink has hive-[xxxxxx] where the space between the square brackets are 6 digits, at the end of it; exclude the cross posts. Looks like it worked in my local testing, but please verify and let me know if it is doing anything strange. The change is live now :)

I just checked it out, it got a bit slower to fetch all.
It looks totally different now, especially in the readability scores. (Ps. english is my third language of learning but shouldn’t be taken into account)

How come there is none professional included now? By removing just the cross posts there should be some still left, right?
I don’t know how many posts I have written to be honest or how many cross posts, if the cross posts are filtered out: It dropped half in the tool.

Further in the post history it still says 239 words for the last post, but the post itself is 1324 words.

You work fast ;)
I’m back to packing some boxes now… we are moving next week.
Will reply later. Have a good evening/ night. It is morning here.

LLMs help a lot with code, once you know what the problem is. Will investigate the word count issue further.

I saw you solved the word count problem. Great job.

Made improvements to the word count logic. More regex!

It doesn't match exactly with peakd, but it way more accurate than what it was before.