Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果问题含糊不清,我很抱歉,但我对这个概念很陌生,不知道该去哪里。
如果您正在开发一种粘合语言的本体,那么识别这些术语的正确方法是什么?
英文的例子不多,但是:
telling,tell并且 told基本上是指相同的概念。你怎么处理?
telling
tell
told
寻找变形或派生词的基础或词根形式(词干)的过程称为词干提取。有一些库可以做到这一点,例如NLTK stem package。