https://github.com/cqcl/text_to_discocirc
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.6%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: CQCL
- License: apache-2.0
- Language: Jupyter Notebook
- Default Branch: main
- Size: 91.8 MB
Statistics
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 16
- Releases: 0
Created over 3 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
README.md
DisCoCirc
Automatic generation of DisCoCirc circuits using CCG.
To install, run pip install -e .,
which installs the package in "editable mode".
(No need to reinstall after each edit.)
You will also need a spacy model:
bash
python -m spacy download en_core_web_trf
python -m spacy download en_core_web_lg
python -m coreferee install en
Example
```python from discocirc.pipeline.texttocircuit import texttocircuit
texttocircuit("Frank hangs Claudio. Harmonica shoots Snakey. Harmonica shoots Frank.").draw() ```
Owner
- Name: Cambridge Quantum
- Login: CQCL
- Kind: organization
- Location: Cambridge, UK
- Website: http://www.cambridgequantum.com
- Repositories: 48
- Profile: https://github.com/CQCL
Quantum Software and Technologies
GitHub Events
Total
- Watch event: 3
- Pull request event: 1
- Fork event: 2
Last Year
- Watch event: 3
- Pull request event: 1
- Fork event: 2
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Razin Shaikh | r****h@o****m | 214 |
| Benjamin Rodatz | b****n@r****e | 150 |
| JosephNathaniel | j****u@g****m | 144 |
| y-richie-y | r****1@g****m | 11 |
| saskiabruhn | s****5@g****m | 7 |
| Charles London | c****n@c****m | 6 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 27
- Total pull requests: 9
- Average time to close issues: 2 months
- Average time to close pull requests: 27 days
- Total issue authors: 4
- Total pull request authors: 5
- Average comments per issue: 0.96
- Average comments per pull request: 0.0
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- JosephNathaniel (8)
- RazinShaikh (8)
- BenjaminRodatz (6)
- dbcq (1)
Pull Request Authors
- RazinShaikh (2)
- IsaacFigNewton (2)
- Thommy257 (2)
- BenjaminRodatz (2)
- JosephNathaniel (1)
Top Labels
Issue Labels
enhancement (7)
conceptual (4)
bug (1)
Pull Request Labels
Dependencies
pyproject.toml
pypi