Table of Contents

extractkeywords

Description

A filtering keywords extraction function that takes the posts classified by a naive classfication method as the train set. Obtaining each person's filtering keywords and their weight which represented by their tfidf.

Parameters

  1. name: personname type: string description: the name of the person that need to extract filtering keywords

Return

  1. A boolean value represents the train process is successful or not

Detail Information