Skip to main content
added 6 characters in body
Source Link
Brian Spiering
  • 23.9k
  • 2
  • 30
  • 120

You probably do not need to use word2vec to disambiguate authors. It might be effecteffective to use regular expressions to parse names and then do a web search.

If you do want to train word2vec to disambiguate authors, it would be better to embed all possible information (e.g., authors, title, journal, abstract, ...).

You probably do not need to use word2vec to disambiguate authors. It might be effect to use regular expressions to parse names and then do a web search.

If you do want to train word2vec disambiguate authors, it would be better to embed all possible information (e.g., authors, title, journal, abstract, ...).

You probably do not need to use word2vec to disambiguate authors. It might be effective to use regular expressions to parse names and then do a web search.

If you do want to train word2vec to disambiguate authors, it would be better to embed all possible information (e.g., authors, title, journal, abstract, ...).

Source Link
Brian Spiering
  • 23.9k
  • 2
  • 30
  • 120

You probably do not need to use word2vec to disambiguate authors. It might be effect to use regular expressions to parse names and then do a web search.

If you do want to train word2vec disambiguate authors, it would be better to embed all possible information (e.g., authors, title, journal, abstract, ...).