Changes between Initial Version and Version 1 of Ticket #174, comment 33
- Timestamp:
- 08/30/2017 09:05:23 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #174, comment 33
initial v1 1 1 Replying to [comment:32 DrewAPicture]: 2 2 3 If the `@subpackage` tags would be consistent it would be a good way to group posts together at a higher level (instead of title and file words).3 If the `@subpackage` tags would be consistent it would be a good way to group posts together at a higher level (instead of mixing them in with the title and file words). 4 4 5 5 I've updated the plugin. It now also looks for similar (lowercase) words as the `@subpackage` tags. I've also created a [https://github.com/keesiemeijer/devhub-related-posts/blob/master/inc/synonyms.php synonym lists] of words to connect the posts better. [https://stoerke.be/reference/reference/ The results] have improved but not to a point where we can use it. 6 6 7 With only stemming and synonyms a post can have up to 200 related posts. What's difficult is deciding what's still related and where to set the cut-off point. For now I've set it to show only the top 25 related posts or less. Because of this it could be that better related words don't show up where you would expect them. Functions like `is_*` and `has_*` are mostly related by the filename. They now also get a synonym of `exist` to better relate them.7 With only stemming and synonyms a post can have up to 200 related posts. What's difficult is deciding what's still related and where to set the cut-off point. For now I've set it to show only the top 25 related posts. Because of this it could be that better related words don't show up where you would expect them. Functions like `is_*` and `has_*` are mostly related by the other functions in the file they are in. They now also get a synonym of `exist` to better relate them. 8 8 9 9 I don't think we can do much more with only stemming and synonyms. I like the idea of adding a prompt to suggest related components or posts. Maybe we can re-use the explanations functionality to moderate these suggestions. I will look into it.