Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: chuxinyuan
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 2.11 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

ecce

ecce offers some functions which translate English sentence into Chinese, or translate Chinese sentence into English. Learn more in vignette("ecce") or help(package = "ecce"). You can visit https://cxy.cc/rproj/ecce/ for the latest information.

Installation

``` r

Install development version via GitHub

remotes::install_github("chuxinyuan/ecce")

Install from CRAN

install.packages("ecce") ```

Configure the ID and PASSWORD for the Youdao API

To use the ecce package, user need to first register with the Youdao Wisdom Cloud AI open platform, and then open the text translation application. Then put your Youdao API ID and PASSWORD in the following code and run it once.

r cat( '\n# ID and PASSWORD of Youdao Translation', 'app_key = "Your Youdao API ID"', 'app_secret = "Your Youdao API PASSWORD"', file = '~/.Renviron', sep = '\n', append = TRUE )

Usage

Get started with pass a Chinese or English sentence into the translation function. In addition, also support obtain the pinyin of the Chinese character, so that you can more easily understand the pronunciation of the Chinese character.

``` r

Example-1

translate("我喜欢中国")

Example-2

translate("I like China")

Example-3

translate_view("我喜欢中国")

Example-4

translate_view("I like China")

Example-5

pinyin("时间序列模型") ```

License

ecce is free and open source software, licensed under MIT + file LICENSE.

Owner

  • Name: Xinyuan Chu
  • Login: chuxinyuan
  • Kind: user

GitHub Events

Total
  • Create event: 5
Last Year
  • Create event: 5

Packages

  • Total packages: 1
  • Total downloads:
    • cran 332 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 9
  • Total maintainers: 1
cran.r-project.org: ecce

Translate English Sentence into Chinese, or Translate Chinese Sentence into English

  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 332 Last month
Rankings
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 51.7%
Downloads: 89.7%
Maintainers (1)
Last synced: 10 months ago