This plugin provides a highly-compressed list of ~38 thousand popular wikipedia articles, and efficiently scans a text for them.
The plugin is approximately 300kb, minified.
import plg from 'compromise-wikipedia'
nlp.extend(plg)
let doc = nlp('You could always go to McGill, the Harvard of Canada!')
let m = doc.wikipedia()
m.json()
// [...]
MIT