Rigorous and Reliable (RAR)
docsmatch - Printable Version

+- Rigorous and Reliable (RAR) (http://rar.shufangkeji.com:60380)
+-- Forum: 大计算 (/forumdisplay.php?fid=257)
+--- Forum: 应用 (/forumdisplay.php?fid=363)
+---- Forum: BIBO (/forumdisplay.php?fid=602)
+---- Thread: docsmatch (/showthread.php?tid=9198)


docsmatch - lingu - 10-24-2020 06:46 PM

docsmatch is a C++ program like procone, but it may process multiple candidate docs at a time.


RE: docsmatch - lingu - 10-24-2020 06:46 PM

zhihao - is this prorgram started? Pls create the program framework asap.


RE: docsmatch - zhihao - 10-26-2020 08:20 AM

(10-24-2020 06:46 PM)lingu Wrote:  zhihao - is this prorgram started? Pls create the program framework asap.

I implemented the docsmatch.cpp, which calls the procone.py


RE: docsmatch - lingu - 10-29-2020 01:48 AM

(10-26-2020 08:20 AM)zhihao Wrote:  
(10-24-2020 06:46 PM)lingu Wrote:  zhihao - is this prorgram started? Pls create the program framework asap.

I implemented the docsmatch.cpp, which calls the procone.py

procone is in cod://biboback and we shall keep docsmatch source there, too.

-- i have moved it to cod://biboback/src


RE: docsmatch - lingu - 10-29-2020 09:29 PM

zhihao - how do you compile the program? I dont find anything in Makefile.


RE: docsmatch - zhihao - 10-29-2020 09:33 PM

(10-29-2020 09:29 PM)lingu Wrote:  zhihao - how do you compile the program? I dont find anything in Makefile.

I use g++ to compile it mannally


RE: docsmatch - lingu - 10-29-2020 11:01 PM

(10-29-2020 09:33 PM)zhihao Wrote:  
(10-29-2020 09:29 PM)lingu Wrote:  zhihao - how do you compile the program? I dont find anything in Makefile.

I use g++ to compile it mannally

It has errors when I compiled it with g++.

I fixed it in cod://biboback commit d046112