-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
755714d
commit dd267fb
Showing
7 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
site_name: هضم | کتابخانهٔ پردازش زبان فارسی | ||
site_description: کتابخانهای پایتونی برای پردازش زبان فارسی | ||
site_author: روشن | ||
site_url: https://sobhe.github.io | ||
repo_url: https://github.com/sobhe/hazm | ||
site_url: https://roshan-research.github.io | ||
repo_url: https://github.com/roshan-research/hazm | ||
|
||
remote_branch: master | ||
repo_name: hazm | ||
|
@@ -13,7 +13,7 @@ docs_dir: documentation | |
site_dir: docs/docs | ||
|
||
copyright: | | ||
کپیرایت © ۱۴۰۰ - ۱۴۰۱ <a href="https://github.com/sobhe/hazm" target="_blank" rel="noopener">روشن</a> | | ||
کپیرایت © ۱۴۰۰ - ۱۴۰۱ <a href="https://github.com/roshan-research/hazm" target="_blank" rel="noopener">روشن</a> | | ||
<a href="#__consent">تغییر تنظیمات کوکی</a> | ||
theme: | ||
|
@@ -105,7 +105,7 @@ nav: | |
- هضم در زبانهای دیگر: content/in-other-languages.md | ||
|
||
extra: | ||
repo_url: https://github.com/sobhe/hazm | ||
repo_url: https://github.com/roshan-research/hazm | ||
consent: | ||
title: درخواست استفاده از کوکی | ||
description: >- | ||
|
@@ -115,7 +115,7 @@ extra: | |
social: | ||
- icon: fontawesome/brands/github | ||
link: https://github.com/sobhe | ||
link: https://github.com/roshan-research | ||
|
||
extra_javascript: | ||
- https://unpkg.com/[email protected]/dist/mermaid.min.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
description="Python library for digesting Persian text.", | ||
author="Alireza Nourian", | ||
author_email="[email protected]", | ||
url="http://www.sobhe.ir/hazm/", | ||
url="https://www.roshan-ai.ir/hazm/", | ||
long_description=codecs.open( | ||
path.join(path.abspath(path.dirname(__file__)), "README.md"), encoding="utf-8" | ||
).read(), | ||
|