Categorizing Words and Category Values

前端 未结 21 1974
温柔的废话
温柔的废话 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:34

    I am assuming that the problem allows using external data, because otherwise I cannot conceive of a way to deduce the meaning from words algorithmically.

    Maybe something could be done with a thesaurus database, and looking for minimal distances between 'word' words and 'category' words?

提交回复
热议问题