Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikuyamada committed Sep 7, 2019
1 parent c8caf8b commit 3cb0734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -34,7 +34,7 @@ Ikuya Yamada, Akari Asai, Hiroyuki Shindo, Hideaki Takeda, Yoshiyasu Takefuji, [
}
```

Furthermore, Wikipedia2Vec is an official implementation of the embedding model proposed in the following paper:
Wikipedia2Vec is an official implementation of the embedding model proposed in the following paper:

Ikuya Yamada, Hiroyuki Shindo, Hideaki Takeda, Yoshiyasu Takefuji, [Joint Learning of the Embedding of Words and Entities for Named Entity Disambiguation](https://arxiv.org/abs/1601.01343).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -51,7 +51,7 @@ def finalize_options(self):

setup(
name='wikipedia2vec',
version='1.0.3',
version='1.0.4',
description='A tool for learning vector representations of words and entities from Wikipedia',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 3cb0734

Please sign in to comment.