12 lines
310 B
Markdown
12 lines
310 B
Markdown
# Plugins for HanLP
|
|
|
|
This directory contains modules shared across several individual packages or non core APIs.
|
|
If you plan to submit any plugins, please put it here too.
|
|
|
|
For developers, run the following set-up.
|
|
|
|
```bash
|
|
pip install -e hanlp_trie
|
|
pip install -e hanlp_common
|
|
pip install -e hanlp_restful
|
|
``` |