查看这些列举出来的技能,您会发现通过字典或单词列表可以很好地完成提取概念的任务。
Looking at these enumerated skills, you can see that this task of extracting concepts can be handled best with dictionaries or lists of words.
为了实现这个目标,首先创建一个包含您希望从招聘文本中提取的技能列表的字典。
To achieve this goal, first create a dictionary that contains a list of skills that you want to extract from the text of the job offering.
注意,列表或字典中的值不一定必须是相同的类型;可以混合使用字符串、数字,甚至是嵌套的列表或字典,如果需要的话。
Note that the values in a list or dictionary don't have to be all of the same type; you can mix strings, Numbers, and even nested lists and dictionaries if you wish.
应用推荐