- Name changes:
- Rename `CkipClassicConstituencyParser` to `CkipClassicConParser`.
- Rename `constituency` to `conparse` in `CkipPipeline`, `CkipDocument `, `CkipCorefPipeline` and `CkipCorefDocument`.
- Rename `get_constituency` to `get_conparse` in `CkipPipeline`, `CkipCorefPipeline`.
- Rename `constituency_parser` to `con_parser ` in `CkipPipeline`, `CkipCorefPipeline`.
- Rename `ckipnlp.data.constituency` to `ckipnlp.data.conparse`.
- Bug fixes:
- Not segment clauses by `PAUSECATEGORY` in ClassicConstituencyParser. [27]