-
Commands that I ran:
git clone https://github.com/peer-calls/peer-calls.git
cd peer-calls
npm install
Result of 'npm install':
npm ERR! code 1
npm ERR! git dep preparation failed
npm ERR! c…
-
emcc 1.39.18
ffmpeg avcodec_version() 3825764
```bash
emconfigure ./configure --cc=emcc --prefix=/Users/jesse/workspace/rtv-player/packages/wasm --enable-cross-compile --target-os=none --arch=x86…
-
Hey!
We've also discovered that switching from v2.0-beta3 to v2.1 causes two issues in different VOIP apps.
Linphone:
-using v2.0-beta3 works fine, but when we switch to v2.1, we get a 488 error,…
-
**Describe the bug**
使用readme.md示例的代码去解析20万行自然语言句子报此错误。每个句子的length限制在40以内。
**Code to reproduce the issue**
数据见
[sg_phone40.zip](https://github.com/hankcs/HanLP/files/6042006/sg_phone40.zi…
-
Attached is a ds9 region file that I am trying to load in. Before the 1.4 release, it worked fine. After the 1.4 release it loads in with the wrong coordinates. See attached region file and screenshot…
-
### Description
When using a combination of TopoS+UACreg+Dialog, Kamailio fails to match received replies to a transaction in a dialog.
### Troubleshooting
modparam("topos", "storage", "redis")…
-
I have the requirement of sending audio frames (Ubuntu-based system with ALSA and FFmpeg) captured by my PC's line-in through the WebRTC standard. Is it possible to do this work using this library?
…
-
## 1. どんなもの?
(タスク)
- Semantic Dependency Parsing (SDP): 意味的関係を acyclic graph で表現
(提案)
- Iterative Predicate Selection (IPS) algorithm を提案
- graph-based および transition-based parsing approach…
-
Hi.
I can't compile a2dp_source_demo with ESP-32DevkitC.
error is as follow :
--------------------------------------------------------------
CC a2dp_source_demo.o
/home/str/esp/btstack/port/esp32…
-
Hi, I tried to reproduce the results of SDP (+BERT) in the paper through my code, but I cannot reproduce the results on PAS test sets and PSD ID test set. I use glove embedding + lemma + pos tagging +…