Skip to main content

wiki_node_disambiguation - - -

What’s this ?

  • You can run “Wikification” as easy as possible.

    • According to wikipedia, Wikification is in computer science, entity linking with Wikipedia as the target knowledge base

  • You can get disambiguated result with its score.

Please visit Github page also. If you find any bugs and you report it to github issue, I’m glad. Any pull-requests are welcomed.

Requirement

  • Python3.x (checked under )

    • I recommend to use “Anaconda” distribution.

Setup

python setup.py install

Get wikipedia entity vector model

Go to this page and download model file from here. Or run download_model.sh

To those who uses interface.predict_japanese_wiki_names()

You’re supposed to have mysql somewhere.

The step until using it.

  1. start mysql server somewhere

  2. download latest mysql dump files

  3. initialize wikipedia database with mysql

To download wikipedia dump files, execute following commands

wget https://dumps.wikimedia.org/jawiki/latest/jawiki-latest-redirect.sql.gz
wget https://dumps.wikimedia.org/jawiki/latest/jawiki-latest-page.sql.gz
gunzip jawiki-latest-redirect.sql.gz
gunzip jawiki-latest-page.sql.gz

To initialize wikipedia database with mysql,

% CREATE DATABASE wikipedia;
% mysql -u [user_name] -p[password] wikipedia < jawiki-latest-redirect.sql
% mysql -u [user_name] -p[password] wikipedia < jawiki-latest-page.sql

Change logs

  • version0.1

    • released

    • It supports only Japanese wikipedia

Release files for word2vec-wikification-py 0.17

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for word2vec-wikification-py 0.17
File Size Uploaded
word2vec_wikification_py-0.17.tar.gz 30.5 kB Details

Release files / word2vec_wikification_py-0.17.tar.gz

Download URL word2vec_wikification_py-0.17.tar.gz
Size 30.5 kB
Tags Source
SHA-256 checksum
How to use checksums
b8bc5ebf8eb42c44eacd6b457cc382b86b82a84015d9fe59962368370916bff0
BLAKE2b-256 checksum
How to use checksums
2859830fe954b5f1022aed380a06aa8414808cced333c049e71b5a3b02e58510
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.17 This release

1 release file

0.16

1 release file

0.15

1 release file

0.14

1 release file

0.11

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page