Skip to content

Commit

Permalink
update online docs DerwenAI#93, pylint coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ceteri committed Feb 27, 2021
1 parent 0fd7147 commit 8c5897f
Show file tree
Hide file tree
Showing 13 changed files with 671 additions and 109 deletions.
2 changes: 1 addition & 1 deletion CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
title = {{PyTextRank, a Python implementation of TextRank for phrase extraction and summarization of text documents}},
year = 2016,
publisher = {Derwen},
doi = {10.5281/zenodo.4540784},
doi = {10.5281/zenodo.4568079},
url = {https://github.com/DerwenAI/pytextrank}
}
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,11 @@ this library.
title = {{PyTextRank, a Python implementation of TextRank for phrase extraction and summarization of text documents}},
year = 2016,
publisher = {Derwen},
doi = {10.5281/zenodo.4540784},
doi = {10.5281/zenodo.4568079},
url = {https://github.com/DerwenAI/pytextrank}
}
```

**DOI:** <https://doi.org/10.5281/zenodo.4540784>


## Kudos

Expand Down
13 changes: 11 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# PyTextRank changelog

## 3.0.2

2021-03-??

* updated links on PyPi
* `pylint` coverage for code checking
* linking definitions and citations in source code apidocs to our online docs


## 3.0.1

2021-02-28
2021-02-27

* mypy coverage for type annotations
* `mypy` coverage for type annotations
* add DOI to README and CITATION
* now deploying online docs at <https://derwen.ai/docs/ptr/>

Expand Down
4 changes: 2 additions & 2 deletions docs/ack.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ it in your research or software:
title = {{PyTextRank, a Python implementation of TextRank for phrase extraction and summarization of text documents}},
year = 2016,
publisher = {Derwen},
doi = {10.5281/zenodo.4540784},
doi = {10.5281/zenodo.4568079},
url = {https://github.com/DerwenAI/pytextrank}
}
```

**DOI:** <https://doi.org/10.5281/zenodo.4540784>
**DOI:** <https://doi.org/10.5281/zenodo.4568079>


## License and Copyright
Expand Down
3 changes: 3 additions & 0 deletions docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ see: <https://derwen.ai/d/knowledge_graph>

### semantic relations

### stop words


## – T –

### textgraphs
Expand Down
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ practices) which gets used to:
The entity linking aspects here are a *work-in-progress*, based on
[`kglab`](https://github.com/DerwenAI/kglab).

**DOI:** <https://doi.org/10.5281/zenodo.4516509>


## Cut to the Chase

Expand Down
2 changes: 0 additions & 2 deletions docs/todo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Project TODO List

- generate MkDocs – reusing custom process in `kglab` project
- PyLint coverage
- [`kglab`](https://github.com/DerwenAI/kglab) integration for *entity linking*
- RAPIDS integration for GPU acceleration
- generate a phrase graph, with entity linking
Expand Down
Loading

0 comments on commit 8c5897f

Please sign in to comment.