Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo committed Jan 3, 2024
1 parent 848e77e commit 6292b7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6292b7d

Please sign in to comment.