Categorizing Words and Category Values

前端 未结 21 1662
温柔的废话
温柔的废话 2021-01-31 05:49

We were set an algorithm problem in class today, as a \"if you figure out a solution you don\'t have to do this subject\". SO of course, we all thought we will give it a go.

21条回答
  •  一整个雨季
    2021-01-31 06:35

    Google is forbidden, but they have almost a perfect solution - Google Sets.

    Because you need to unterstand the semantics of the words you need external datasources. You could try using WordNet. Or you could maybe try using Wikipedia - find the page for every word (or maybe only for the categories) and look for other words appearing on the page or linked pages.

提交回复
热议问题