Skip to content

Commit

Permalink
Edit readme (#26)
Browse files Browse the repository at this point in the history
* refactor pkg name

* update README

* update year in readme

* remove ruby folder
  • Loading branch information
patrickphat committed Feb 23, 2021
1 parent f4b8e2b commit 96eb138
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 242 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

*Why not translate it yourself when Google Translate cannot satisfy you❓*

[![CircleCI](https://circleci.com/gh/urbans/urbans/tree/master.svg?style=svg)](https://circleci.com/gh/urbans/urbans/tree/master)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b4937f1f9fe0477b9fc557cbedf92b24)](https://www.codacy.com/gh/urbans/urbans?utm_source=github.com&utm_medium=referral&utm_content=urbans/urbans&utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/b4937f1f9fe0477b9fc557cbedf92b24)](https://www.codacy.com/gh/urbans/urbans?utm_source=github.com&utm_medium=referral&utm_content=urbans/urbans&utm_campaign=Badge_Coverage)
[![CircleCI](https://circleci.com/gh/pyurbans/urbans/tree/master.svg?style=svg)](https://circleci.com/gh/pyurbans/urbans/tree/master)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b4937f1f9fe0477b9fc557cbedf92b24)](https://www.codacy.com/gh/pyurbans/urbans?utm_source=github.com&utm_medium=referral&utm_content=pyurbans/urbans&utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/b4937f1f9fe0477b9fc557cbedf92b24)](https://www.codacy.com/gh/pyurbans/urbans?utm_source=github.com&utm_medium=referral&utm_content=pyurbans/urbans&utm_campaign=Badge_Coverage)
[![PyPI version](https://badge.fury.io/py/urbans.svg)](https://badge.fury.io/py/urbans)
[![GitHub release](https://img.shields.io/github/release/urbans/urbans.svg)](https://GitHub.com/urbans/urbans/releases/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/urbans/urbans/graphs/commit-activity)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/urbans/urbans/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/pyurbans/urbans.svg)](https://GitHub.com/pyurbans/urbans/releases/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/pyurbans/urbans/graphs/commit-activity)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/pyurbans/urbans/blob/master/LICENSE)

</div>

Expand Down Expand Up @@ -68,18 +68,18 @@ trans_sentences = translator.translate(src_sentences)
```

## ⚖️ License
This repository is using the Apache 2.0 license that is listed in the repo. Please take a look at [`LICENSE`](https://github.com/urbans/urbans/blob/master/LICENSE) as you wish.
This repository is using the Apache 2.0 license that is listed in the repo. Please take a look at [`LICENSE`](https://github.com/pyurbans/urbans/blob/master/LICENSE) as you wish.

## ✍️ BibTeX
If you wish to cite the framework feel free to use this (but only if you loved it 😊):
```bibtex
@misc{phat2020urbans,
author = {Truong-Phat Nguyen},
title = {URBANS: Universal Rule-Based Machine Translation NLP toolkit},
year = {2020},
year = {2021},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/urbans/urbans}},
howpublished = {\url{https://github.com/pyurbans/urbans}},
}
```

Expand Down
4 changes: 0 additions & 4 deletions ruby/__init__.py

This file was deleted.

83 changes: 0 additions & 83 deletions ruby/translator.py

This file was deleted.

1 change: 0 additions & 1 deletion ruby/utils/__init__.py

This file was deleted.

4 changes: 0 additions & 4 deletions ruby/utils/misc.py

This file was deleted.

141 changes: 0 additions & 141 deletions ruby/utils/tree_manipulation.py

This file was deleted.

0 comments on commit 96eb138

Please sign in to comment.