Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Dec 25, 2023
1 parent 5fba82e commit cc5057e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Material Parsers (and other tools)

Sister project of [grobid-superconductors](https://github.com/lfoppiano/grobid-superconductors) containing a web service that interfaces with the python libraries (e.g. Spacy).
Previously this project was released as `grobid-superconductors-tools`, born as aister project of [grobid-superconductors](https://github.com/lfoppiano/grobid-superconductors) containing a web service that interfaces with the python libraries (e.g. Spacy).

The service provides the following functionalities:

Expand Down Expand Up @@ -132,6 +132,8 @@ If you use our work, and write about it, please cite [our paper](https://hal.inr

## Developer's notes

### Set up on Apple M1

> python -m spacy download en_core_web_sm
```shell
Expand All @@ -152,3 +154,9 @@ We need to remove tensorflow, h5py, scikit-learn from the delft dependencies in
pip install -e ../../delft
```

### Release

```shall
bump-my-version bump patch|minor|major
```

4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ tag_name = "v{new_version}"
[tool.setuptools_scm]






[project]
name = "material-parsers"
license = { file = "LICENSE" }
Expand Down

0 comments on commit cc5057e

Please sign in to comment.