Closed marfox closed 8 years ago
Build a ranking out of the list of extracted verbs as per #4
rank_verbs.py is responsible for this task. Currently, it performs the following steps:
TfIdfVectorizer
linear_kernel
Here are the:
Build a ranking out of the list of extracted verbs as per #4