Jzzhou

Results 8 issues of Jzzhou

https://cq.ke.com/chengjiao/yubei/

包更新了有bug,无法复现代码

* pyspider version: 0.3.10 * Operating system: mac os 10.15.5 * Start up command: pyspider all ### Expected behavior I hope to scraw text and image information and the image...

I have a huge data write into file, but it need 445 seconds that is slower than not save disk cache, what's the write way to save data into file?...

你好,在[正向最大匹配分词](https://github.com/HIT-SCIR/scir-training-day/tree/master/2-python-practice/3-max-matching-word-segmentation)练习里,我在文件`eval.py`遇到了编译错误,错误如下: ``` Traceback (most recent call last): File "eval.py", line 175, in num_recall, num_pred, num_gold = evaluate(pred_inst, gold_inst, opt.mode) File "eval.py", line 34, in evaluate assert (pred.raw == gold.raw) AssertionError...

HMM那块又有个编译问题,文章中写的这句代码运行有错误,还是看不懂 ``` $python eval_gene_tagger.py gene.key gene.dev Could not align gold standard and predictions in line 1. Gold standard: BACKGROUND Prediction file: ```

- [x] auto update readme - [ ] add author for solutions

在mac里使用linux64的libNLPIR.so Makefile文件内容如下: ``` qa_test: g++ src/*.cpp -I ./include/ -Wall -Wunused -DOS_LINUX -std=c++11 -L. -lNLPIR -lboost_serialization -lpthread -g -O3 -msse4.2 -o run_env/bin/qa_test test/qa_test.cpp ``` make出现如下错误: ``` ld: symbol(s) not found for...