breandan

Results 53 issues of breandan

JCenter将于5月1日[关闭](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/)。 看来@biezhi已经发布了[一个版本](https://search.maven.org/artifact/io.github.biezhi/TinyPinyin/2.0.3.RELEASE/jar),不知道它是否是官方的?

谨此建议作者考虑添加一本拼音词典. 例: ``` Pinyin.init(Pinyin.newConfig().with(DoublePinyinDict.getInstance()); Pinyin.toPinyin("中华人民共和国", ",") //"vs,hw,rf,mn,gs,he,go" ``` ![](https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/MSPY-double-pinyin.svg/2560px-MSPY-double-pinyin.svg.png)

Are these benchmarks hosted anywhere? Given the current focus on [quality and performance](https://blog.jetbrains.com/kotlin/2019/12/what-to-expect-in-kotlin-1-4-and-beyond/), it would be nice to expose the performance benchmarks on kotlinlang.org, similar to these projects: * https://home.apache.org/~mikemccand/lucenebench/...

Encountered the following error after updating to plugin version `0.0.9` with Gradle 6.6 and Java 11: ``` edison:tracejump breandan$ ./gradlew run > Configure project : Project : => 'tracejump' Java...

I am trying to configure the Gradle to run fetch the imgui dependencies, but have been so far unsuccessful. I have tried different variants of `-SNAPSHOT` and `v1.79`, to no...

Does Klaxon plan to add support for parsing [JSON Lines](https://jsonlines.org/), an extension to the JSON format where each line is a valid JSON value?

Encountered this error when plotting with `geomLine`: ``` Exception in thread "main" Script: library(ggplot2) library(dplyr) library(readr) library(scales) library(forcats) data01 = read_tsv("/tmp/.txt9217350101246720089.tmp") set.seed(2009) gg = ggplot(mapping=aes(x=`x`,y=`y`,color=`Function`), data=data01) + geom_line(stat='identity', position=position_identity(), na.rm=FALSE,...

There is some documentation on [building a custom run configuration](https://www.jetbrains.org/intellij/sdk/docs/basics/run_configurations/run_configuration_management.html). Feel free to ping me if you have any questions.

enhancement
good first issue

Integrate [`mozilla/deepspeech`](https://github.com/mozilla/deepspeech) ~once real-time streaming inference is implemented~. Depends on mozilla/deepspeech#847, mozilla/deepspeech#1275 edit: It appears that DeepSpeech now supports a [streaming API with Java bindings](https://deepspeech.readthedocs.io/en/v0.7.0/Java-API.html), but only for Android. [JVM...

enhancement

See [this code snippet](http://javafaq.nu/java-example-code-738.html) for implementation details. Related to #40.

feature