我的项目中有几句话如下(大约25000),
sentence1 = 'Must be able to multi-task in a fast-paced, deadline-driven environment'
sentence2 = 'Strong organisational skills and proactive approach'
sentence3 = 'in this role you will design develop and revise application simulations in alignment with product implementation timelines'
sentence4= 'ensures appropriate cross-referencing between documents within and across qms chapters/topics'
从这些句子中,我试图确定这个人期望什么功能,或者想知道这个人必须做什么。我需要识别这些关键字。我可以使用任何 ML 技术或任何其他方法来确定关键字,
例如在
sentence1 = [multi-task, fast paced, deadline-driven environment]
senetence3 = [design develop and revise application simulations]
我试图在 POS 的帮助下识别这些词,但这并不是很有用。是否有任何算法或想法或方法可以检测到此类关键字?