File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ Using Pip
7
7
8
8
Simply use ``pip install renard-pipeline ``.
9
9
10
- You can also install the following extras:
10
+ Note that for some modules, you might need to install additional
11
+ libraries:
11
12
12
- - ``stanza `` (``pip install renard-pipeline[ stanza] ``), for the Stanford CoreNLP pipeline
13
- - ``spacy `` (``pip install renard-pipeline[ spacy] ``), for the Spacy
13
+ - ``stanza `` (``pip install stanza ``), for the Stanford CoreNLP pipeline
14
+ - ``spacy `` (``pip install spacy coreferee ``), for the Spacy
14
15
coreference resolver Coreferee
15
16
16
17
@@ -22,11 +23,3 @@ The project uses `uv <https://docs.astral.sh/uv/>`_ to manage dependencies. Use
22
23
- ``uv sync `` to install dependencies
23
24
- ``uv run python my_script.py `` to run a script under the virtual
24
25
environment with dependencies
25
-
26
-
27
- If you ever want to use the Stanford CoreNLP pipeline, you must install
28
- ``stanza `` (``pip install stanza ``).
29
-
30
- If you want to use the Spacy Coreferee coreference solver, you need to
31
- install ``spacy ``, ``spacy-transformers `` and ``corefereee `` (``pip
32
- install spacy spacy-transformers coreferee ``).
You can’t perform that action at this time.
0 commit comments