Skip to content
Advertisement

Tag: stanford-nlp

Extracting human names from text data using python stanza

I have a dataset containing the string value of book title pages (e.g. all words on the title page, each line of my txt file is a different book). From this I am trying to retrieve the author’s name as the human name which appears on the title page, and store each name on a separate line in a csv

How to get feature names for a glove vectors

Countvectorizer has feature names, like this. What would be the feature names for a glove vector? How to get those feature names? I have the glove vector file of 300 dimensions like the above shown. What would be the name of the 300 dimensions of the glove vectors? Answer There is no name for the Glove features. The countvectorizer counts

Advertisement