tm-ep-penelope

3.1.0 • Public • Published

Penelope

Penelope searchs through blocks of text and looks for locations so that content can be mapped.

penelope.getLocations(["Wandsworth"], ["Some content that talks about a place called Wandsworth"]);

Can be used with 50,000+ locations and large arrays of text.

The locations array should be inversely sorted according to string length. This means that, for example, Stratford Upon Avon will always match over Stratford where appropriate.

An array of locations can be sorted using:

penelope.orderLocationsByLength(array);

Penelope is a short term fix for more mature NLP solutions. It looks at words before and after the matched location to more accurately establish that it's not a persons name or road name or any other use the word may have.

/tm-ep-penelope/

    Package Sidebar

    Install

    npm i tm-ep-penelope

    Weekly Downloads

    1

    Version

    3.1.0

    License

    ISC

    Last publish

    Collaborators

    • _maximus_
    • ttollers