Skip to content

Commit

Permalink
change repo owner
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Sep 11, 2018
1 parent e2dbad3 commit d1898f0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 17 deletions.
3 changes: 1 addition & 2 deletions AUTHORS.rst
Expand Up @@ -13,10 +13,9 @@ Contributors
* Bui Nhat Anh <buinhatanh1208@gmail.com>
* Doan Viet Dung <doanvietdung273@gmail.com>

Developer Advocates
Thanks
-------------------

* Nhu Bao Vu <nhubaovu@gmail.com>
* Doan Viet Dung <doanvietdung273@gmail.com>


12 changes: 6 additions & 6 deletions README.rst
Expand Up @@ -28,11 +28,11 @@ Underthesea - Vietnamese NLP Toolkit

|

`[English] <https://github.com/magizbox/underthesea/>`_
`[Tiếng Việt] <https://github.com/magizbox/underthesea/blob/master/README.vi.rst>`_
`[English] <https://github.com/undertheseanlp/underthesea/>`_
`[Tiếng Việt] <https://github.com/undertheseanlp/underthesea/blob/master/README.vi.rst>`_

.. image:: https://raw.githubusercontent.com/magizbox/underthesea/master/logo.jpg
:target: https://raw.githubusercontent.com/magizbox/underthesea/master/logo.jpg
.. image:: https://raw.githubusercontent.com/undertheseanlp/underthesea/master/logo.jpg
:target: https://raw.githubusercontent.com/undertheseanlp/underthesea/master/logo.jpg

**underthesea** is a suite of open source Python modules, data sets and tutorials supporting research and development in Vietnamese Natural Language Processing.

Expand Down Expand Up @@ -236,7 +236,7 @@ Install dependencies

.. code-block:: bash

$ pip install future scipy numpy scikit-learn==0.19.0 joblib
$ pip install future scipy numpy scikit-learn==0.19.2 joblib

Usage

Expand All @@ -261,4 +261,4 @@ Up Coming Features
Contributing
----------------------------------------

Do you want to contribute with underthesea development? Great! Please read more details at `CONTRIBUTING.rst. <https://github.com/magizbox/underthesea/blob/master/CONTRIBUTING.rst>`_
Do you want to contribute with underthesea development? Great! Please read more details at `CONTRIBUTING.rst. <https://github.com/undertheseanlp/underthesea/blob/master/CONTRIBUTING.rst>`_
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -60,7 +60,7 @@

# General information about the project.
project = u'Under The Sea'
copyright = u"2017, Vu Anh"
copyright = u"2018, Vu Anh"

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
Expand Down
8 changes: 4 additions & 4 deletions docs/installation.rst
Expand Up @@ -32,13 +32,13 @@ You can either clone the public repository:

.. code-block:: console

$ git clone git://github.com/magizbox/underthesea
$ git clone git://github.com/undertheseanlp/underthesea

Or download the `tarball`_:

.. code-block:: console

$ curl -OL https://github.com/magizbox/underthesea/tarball/master
$ curl -OL https://github.com/undertheseanlp/underthesea/tarball/master

Once you have a copy of the source, you can install it with:

Expand All @@ -47,5 +47,5 @@ Once you have a copy of the source, you can install it with:
$ python setup.py install


.. _Github repo: https://github.com/magizbox/underthesea
.. _tarball: https://github.com/magizbox/underthesea/tarball/master
.. _Github repo: https://github.com/undertheseanlp/underthesea
.. _tarball: https://github.com/undertheseanlp/underthesea/tarball/master
2 changes: 1 addition & 1 deletion docs/package_reference.rst
Expand Up @@ -45,6 +45,6 @@ Install dependencies

.. code-block:: bash

$ pip install future scipy numpy scikit-learn==0.19.0 joblib
$ pip install future scipy numpy scikit-learn==0.19.2 joblib

.. autofunction:: underthesea.sentiment.sentiment
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@
long_description=readme + '\n\n' + history,
author="Vu Anh",
author_email='anhv.ict91@gmail.com',
url='https://github.com/magizbox/underthesea',
url='https://github.com/undertheseanlp/underthesea',
packages=[
'underthesea',
],
Expand Down
2 changes: 1 addition & 1 deletion travis_pypi_setup.py
Expand Up @@ -21,7 +21,7 @@
from urllib.request import urlopen


GITHUB_REPO = 'magizbox/underthesea'
GITHUB_REPO = 'undertheseanlp/underthesea'
TRAVIS_CONFIG_FILE = os.path.join(
os.path.dirname(os.path.abspath(__file__)), '.travis.yml')

Expand Down
2 changes: 1 addition & 1 deletion underthesea/util/__init__.py
Expand Up @@ -4,7 +4,7 @@
components = [
{
"name": "classification.fasttext.model",
"url": "https://github.com/magizbox/underthesea.models/raw/master/classification/fasttext.model",
"url": "https://github.com/undertheseanlp/underthesea.models/raw/master/classification/fasttext.model",
"destination": ["classification", "fasttext.model"]
}
]
Expand Down

0 comments on commit d1898f0

Please sign in to comment.