# Feature suggestion: "add tag" popup should suggest likely tags based on topic content

**URL:** https://meta.discourse.org/t/feature-suggestion-add-tag-popup-should-suggest-likely-tags-based-on-topic-content/85556
**Category:** Feature
**Created:** [4월 17, 2018, 5:05오후 UTC](https://meta.discourse.org/t/feature-suggestion-add-tag-popup-should-suggest-likely-tags-based-on-topic-content/85556 "2018-04-17T17:05:42Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ChrisBeach](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chrisbeach/32/214628_2.png) [@ChrisBeach](https://meta.discourse.org/u/ChrisBeach)
#### Post date: [4월 17, 2018, 5:05오후 UTC](https://meta.discourse.org/t/feature-suggestion-add-tag-popup-should-suggest-likely-tags-based-on-topic-content/85556/1 "2018-04-17T17:05:42Z")

</div>

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](https://en.wikipedia.org/wiki/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

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [4월 17, 2018, 11:45오후 UTC](https://meta.discourse.org/t/feature-suggestion-add-tag-popup-should-suggest-likely-tags-based-on-topic-content/85556/2 "2018-04-17T23:45:16Z")

</div>

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

---

<div class="post-metadata">

### Author: ![sunjam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sunjam/32/175682_2.png) [@sunjam](https://meta.discourse.org/u/sunjam)
#### Post date: [12월 27, 2020, 6:10오후 UTC](https://meta.discourse.org/t/feature-suggestion-add-tag-popup-should-suggest-likely-tags-based-on-topic-content/85556/3 "2020-12-27T18:10:44Z")

</div>

같은 기능에 매우 관심이 많습니다. 고해상도 모니터를 가정하고, 초안 화면 오른쪽에 "추천 태그"를 표시하는 방식이 어떨까 싶습니다.

- 카테고리를 선택하면 태그 제안이 나타납니다.
- 필수 태그 그룹도 함께 표시됩니다.

카테고리보다 태그에 집중하는 분들에게는 흥미로운 아이디어입니다.

---

<div class="post-metadata">

### Author: ![anon82467725](https://avatars.discourse-cdn.com/v4/letter/a/edb3f5/32.png) [@anon82467725](https://meta.discourse.org/u/anon82467725)
#### Post date: [1월 19, 2021, 3:26오후 UTC](https://meta.discourse.org/t/feature-suggestion-add-tag-popup-should-suggest-likely-tags-based-on-topic-content/85556/4 "2021-01-19T15:26:25Z")

</div>

Discourse에서 강력하게 추진 중인 태그 기능이 이러한 기능을 구현하면 더 많이 사용될 것이라고 생각합니다.
