From 6292b7d94e70ffd55be3b663a62ac957555db911 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Thu, 4 Jan 2024 02:57:11 +0900 Subject: [PATCH] Add TODO --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 66d879a..2e6d9c2 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,10 @@ $ LD_PRELOAD=$(clang -print-file-name=libclang_rt.asan-x86_64.so) python FILE.py - Use GiNZA for morphological analysis. - [x] Split feature vector(CSV) considering quote char when extracting tags. - e.g. 'a,b,"c,d",e' => ["a", "b", "c,d", "e"] +- [ ] Optimize C++ <-> Python interface + - [ ] string_view(or read-only string literal) for tag str. + - [ ] pickle support(for exchanging Python object when using multiprocessing) + - https://pybind11.readthedocs.io/en/latest/advanced/classes.html#pickling-support ## License