اقتراح ميزة: نافذة "إضافة وسم" يجب أن تقترح وسومًا محتملة بناءً على محتوى الموضوع

With my slightly OCD tendency, I often trawl through topics adding tags.

Opening the tag drop-down shows five popular tags (I assume, the most popular?).

Here’s an idea - how about making the suggested tags a bit smarter using some basic machine learning? I’d suggest the following:

Background Job

Discourse runs a background job that analyses the text and tags of recent topics using a Naive Bayes Classifier

  • The background job uses existing tags on topics to build a model. It learns which tags are likely to be relevant to text content.

  • For topics without tags, the background job runs the text through the built model to find any tags with a high probability of applying to the topic. These are persisted in the DB as “suggested tags” for that topic.

Suggested Tag UX

When a user edits the title/tags, the UI shows any strong tag suggestions, and the user can click on a suggested tag to add it to the topic

8 إعجابات

Sounds like a very interesting plugin to me :relaxed: not sure I think this fits into core quite now.

4 إعجابات

أنا مهتم جداً بهذه الميزة نفسها، شيء على غرار عرض “الوسوم المقترحة” على الجانب الأيمن من شاشة المسودة، بافتراض وجود شاشة عالية الدقة.

  • عند اختيار فئة، تظهر اقتراحات الوسوم
  • يتم أيضاً عرض مجموعات الوسوم الإلزامية

فكرة مثيرة للاهتمام لأولئك الذين يركزون على الوسوم بدلاً من الفئات.

3 إعجابات

أعتقد أن الوسوم (التي يتم الترويج لها بقوة من قبل Discourse) ستُستخدم بشكل أكبر إذا تم تنفيذ ميزة كهذه.

إعجابَين (2)