Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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
11 of 39 committers (28.2%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.5%) to scientific vocabulary
Repository
Natural Language Processors
Basic Info
- Host: GitHub
- Owner: clulab
- License: apache-2.0
- Language: Java
- Default Branch: master
- Homepage: https://clulab.github.io/processors/
- Size: 1.7 GB
Statistics
- Stars: 419
- Watchers: 53
- Forks: 100
- Open Issues: 59
- Releases: 0
Metadata Files
README-M1.md
Processors on M1 Macs
This library works natively on M1 Macs.
To install one (or more!) Java Virtual Machines (JVM) on Macs we recommend sdkman. The steps to follow (instructions by Gus Hahn-Powell) are the following:
```
install sdkman from source:
curl -s "https://get.sdkman.io" | bash
open a new terminal window and run the following:
source "$HOME/.sdkman/bin/sdkman-init.sh"
test your installation:
sdk version ```
You can configure sdkman using the following command:
sdk config
which should open ~/.sdkman/etc/config in your default editor.
For M1 processors, you want to only list ARM64-compatible versions. To this end, alter the following config entry in the config file:
sdkman_rosetta2_compatible=false
Open a new terminal and try listing ARM64-compatible versions of java:
sdk list java
To install an ARM64-compatible distribution of Java 11 via sdkman, run the following:
sdk install java 11.0.14-zulu
This version should also work with Intel machines.
To install sbt and scala, run the following commands:
```
sbt 1.6
sdk install sbt 1.6.1
scala 2.12
sdk install scala 2.12.15 ```
Owner
- Name: Computational Language Understanding Lab (CLU Lab) at University of Arizona
- Login: clulab
- Kind: organization
- Location: Tucson, AZ
- Website: http://clulab.org
- Repositories: 72
- Profile: https://github.com/clulab
Citation (CITATION.cff)
cff-version: "1.2.0"
message: "If you use this software, please cite one of the papers among the references below, depending on how you use it."
authors:
- family-names: "Surdeanu"
given-names: "Mihai"
- family-names: "Valenzuela-Esc\\'{a}rcega"
given-names: "Marco A."
- family-names: "Hahn-Powell"
given-names: "Gustave"
- family-names: "Jansen"
given-names: "Peter"
- family-names: "Fried"
given-names: "Daniel"
- family-names: "Bell"
given-names: "Dane"
- family-names: "Alcock"
given-names: "Keith"
title: "https://clulab.github.io/processors/"
references:
- &ref1
type: conference-paper
notes: "If you use one of our discourse parsers, please cite this paper:"
authors:
- family-names: "Surdeanu"
given-names: "Mihai"
- family-names: "Hicks"
given-names: "Thomas"
- family-names: "Valenzuela-Esc\\'{a}rcega"
given-names: "Marco A."
title: "Two Practical Rhetorical Structure Theory Parsers"
collection-type: proceedings
collection-title: "Proceedings of the Conference of the North American Chapter of the Association for Computational Linguistics - Human Language Technologies (NAACL HLT): Software Demonstrations"
year: 2015
url: "http://surdeanu.info/mihai/papers/naacl2015-discourse.pdf"
- &ref2
type: conference-paper
notes: "If you use Odin, our event extraction framework, please cite this paper:"
authors:
- family-names: "Valenzuela-Esc\\'{a}rcega"
given-names: "Marco A."
- family-names: "Hahn-Powell"
given-names: "Gustave"
- family-names: "Hicks"
given-names: "Thomas"
- family-names: "Surdeanu"
given-names: "Mihai"
title: "A Domain-independent Rule-based Framework for Event Extraction"
collection-type: proceedings
collection-title: "Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing of the Assian Federation of Natural Language Processing: Software Demonstrations (ACL-IJCNLP)"
year: 2015
url: "http://surdeanu.info/mihai/papers/acl2015.pdf"
- &ref3
type: conference-paper
notes: "If you use CoreNLPProcessor, please cite Stanford’s paper:"
year: 2014
authors:
- family-names: "Manning"
given-names: "Christopher D."
- family-names: "Surdeanu"
given-names: "Mihai"
- family-names: "Bauer"
given-names: "John"
- family-names: "Finkel"
given-names: "Jenny"
- family-names: "Bethard"
given-names: "Steven J."
- family-names: "McClosky"
given-names: "David"
collection-type: proceedings
collection-title: "Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (ACL)"
title: "The Stanford CoreNLP Natural Language Processing Toolkit"
url: "http://surdeanu.info/mihai/papers/acl2014-corenlp.pdf"
- &ref4
type: conference-paper
notes: "If you use CluProcessor, please cite this paper:"
authors:
- family-names: "Surdeanu"
given-names: "Mihai"
- family-names: "Manning"
given-names: "Christopher D."
title: "Ensemble Models for Dependency Parsing: Cheap and Good?"
collection-type: proceedings
collection-title: "Proceedings of the North American Chapter of the Association for Computational Linguistics Conference (NAACL-2010)"
month: 6
year: 2010
url: "http://surdeanu.info/mihai/papers/naacl10-parsing.pdf"
- &ref5
type: website
notes: "If you use anything else in this package, please link to this page."
authors:
- family-names: "Surdeanu"
given-names: "Mihai"
- family-names: "Valenzuela-Esc\\'{a}rcega"
given-names: "Marco A."
- family-names: "Hahn-Powell"
given-names: "Gustave"
- family-names: "Jansen"
given-names: "Peter"
- family-names: "Fried"
given-names: "Daniel"
- family-names: "Bell"
given-names: "Dane"
- family-names: "Alcock"
given-names: "Keith"
url: "https://clulab.github.io/processors/"
# GitHub apparently can't process variables.
# preferred-citation: *ref1
preferred-citation:
type: conference-paper
notes: "If you use one of our discourse parsers, please cite this paper. For other uses, please see the notes in the CITATION.cff file."
authors:
- family-names: "Surdeanu"
given-names: "Mihai"
- family-names: "Hicks"
given-names: "Thomas"
- family-names: "Valenzuela-Esc\\'{a}rcega"
given-names: "Marco A."
title: "Two Practical Rhetorical Structure Theory Parsers"
collection-type: proceedings
collection-title: "Proceedings of the Conference of the North American Chapter of the Association for Computational Linguistics - Human Language Technologies (NAACL HLT): Software Demonstrations"
year: 2015
url: "http://surdeanu.info/mihai/papers/naacl2015-discourse.pdf"
GitHub Events
Total
- Create event: 31
- Issues event: 4
- Watch event: 2
- Delete event: 21
- Issue comment event: 41
- Push event: 53
- Pull request review comment event: 3
- Gollum event: 15
- Pull request review event: 8
- Pull request event: 48
Last Year
- Create event: 31
- Issues event: 4
- Watch event: 2
- Delete event: 21
- Issue comment event: 41
- Push event: 53
- Pull request review comment event: 3
- Gollum event: 15
- Pull request review event: 8
- Pull request event: 48
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 3,588
- Total Committers: 39
- Avg Commits per committer: 92.0
- Development Distribution Score (DDS): 0.588
Top Committers
| Name | Commits | |
|---|---|---|
| Mihai Surdeanu | s****u@g****m | 1,479 |
| Keith Alcock | g****b@k****m | 609 |
| Marco Antonio Valenzuela Escárcega | m****a@g****m | 603 |
| Tom Hicks | h****t@t****m | 223 |
| Gus Hahn-Powell | g****l@g****m | 218 |
| Mihai Surdeanu | M****u@u****m | 146 |
| George C. G. Barbosa | g****a@g****m | 88 |
| Dane Bell | d****e@e****u | 49 |
| bsharpataz | b****p@e****u | 35 |
| enoriega | e****a@g****m | 28 |
| EgoLaparra | e****a@g****m | 20 |
| Maria Alexeeva | m****a@g****m | 20 |
| Rebecca Sharp | b****p@c****u | 13 |
| dependabot[bot] | 4****]@u****m | 11 |
| Becky Sharp | b****p@B****l | 6 |
| JerryZeyu | z****3@g****m | 6 |
| Mihai Surdeanu | m****u@M****l | 4 |
| Hubert | h****0@u****m | 3 |
| Zhengzhong Liang | z****g@Z****l | 3 |
| Hubert Kanyamahanga | h****0@g****m | 3 |
| Robert Vacareanu | r****u@g****m | 2 |
| Keith Alcock | k****k@g****m | 2 |
| Adarsh Pyarelal | a****l@g****m | 1 |
| Adrian Vrabie | a****n@v****t | 1 |
| Becky Sharp | b****p@d****u | 1 |
| Dan Di Spaltro | d****o@g****m | 1 |
| George Barbosa | g****a@d****u | 1 |
| Becky Sharp | b****p@d****u | 1 |
| George Barbosa | g****a@d****u | 1 |
| Enfa Rose George | e****e@g****m | 1 |
| and 9 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 41
- Total pull requests: 91
- Average time to close issues: about 2 years
- Average time to close pull requests: about 1 month
- Total issue authors: 12
- Total pull request authors: 9
- Average comments per issue: 3.73
- Average comments per pull request: 2.56
- Merged pull requests: 61
- Bot issues: 0
- Bot pull requests: 18
Past Year
- Issues: 2
- Pull requests: 23
- Average time to close issues: N/A
- Average time to close pull requests: 18 days
- Issue authors: 1
- Pull request authors: 3
- Average comments per issue: 0.0
- Average comments per pull request: 1.22
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 12
Top Authors
Issue Authors
- kwalcock (21)
- myedibleenso (9)
- maxaalexeeva (5)
- MihaiSurdeanu (2)
- BeckySharp (2)
- danebell (2)
- endovitskayaV (1)
- hriaz17 (1)
- adarshp (1)
- nezda (1)
- michaelcapizzi (1)
- danyaljj (1)
Pull Request Authors
- kwalcock (86)
- dependabot[bot] (18)
- MihaiSurdeanu (13)
- maxaalexeeva (3)
- hickst (1)
- BeckySharp (1)
- ZhengTang1120 (1)
- enoriega (1)
- danebell (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 21
- Total downloads: unknown
-
Total dependent packages: 62
(may contain duplicates) -
Total dependent repositories: 58
(may contain duplicates) - Total versions: 544
repo1.maven.org: org.clulab:processors-main_2.12
processors-main
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-main_2.12/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.5.4
published about 2 years ago
Rankings
repo1.maven.org: org.clulab:processors-main_2.11
processors-main
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-main_2.11/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.5.4
published about 2 years ago
Rankings
repo1.maven.org: org.clulab:processors-corenlp_2.12
processors-corenlp
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-corenlp_2.12/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.5.4
published about 2 years ago
Rankings
repo1.maven.org: org.clulab:processors-corenlp_2.11
processors-corenlp
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-corenlp_2.11/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.5.4
published about 2 years ago
Rankings
repo1.maven.org: org.clulab:processors-modelsmain_2.12
processors-modelsmain
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-modelsmain_2.12/
- License: Apache License, Version 2.0
-
Latest release: 7.5.4
published over 6 years ago
Rankings
repo1.maven.org: org.clulab:processors-odin_2.12
processors-odin
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-odin_2.12/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.3.5
published almost 5 years ago
Rankings
repo1.maven.org: org.clulab:processors-models_2.11
processors-models
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-models_2.11/
- License: Apache License, Version 2.0
-
Latest release: 6.1.2
published over 8 years ago
Rankings
repo1.maven.org: org.clulab:processors-odin_2.11
processors-odin
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-odin_2.11/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.3.5
published almost 5 years ago
Rankings
repo1.maven.org: org.clulab:processors-modelscorenlp_2.12
processors-modelscorenlp
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-modelscorenlp_2.12/
- License: Apache License, Version 2.0
-
Latest release: 7.5.4
published over 6 years ago
Rankings
repo1.maven.org: org.clulab:processors-modelscorenlp_2.11
processors-modelscorenlp
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-modelscorenlp_2.11/
- License: Apache License, Version 2.0
-
Latest release: 7.5.4
published over 6 years ago
Rankings
repo1.maven.org: org.clulab:processors-modelsmain_2.11
processors-modelsmain
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-modelsmain_2.11/
- License: Apache License, Version 2.0
-
Latest release: 7.5.4
published over 6 years ago
Rankings
repo1.maven.org: org.clulab:processors_2.11
processors
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors_2.11/
- License: Apache License, Version 2.0
-
Latest release: 10.0.1
published 11 months ago
Rankings
repo1.maven.org: org.clulab:processors-main_2.13
processors-main
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-main_2.13/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.5.4
published about 2 years ago
Rankings
repo1.maven.org: org.clulab:processors-main_3
processors-main
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-main_3/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.5.4
published about 2 years ago
Rankings
repo1.maven.org: org.clulab:processors-openie_2.11
processors-openie
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-openie_2.11/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.5.4
published about 2 years ago
Rankings
repo1.maven.org: edu.arizona.sista:processors_2.11
processors
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/edu.arizona.sista/processors_2.11/
- License: Apache License, Version 2.0
-
Latest release: 5.5
published over 10 years ago
Rankings
repo1.maven.org: org.clulab:processors-corenlp_3
processors-corenlp
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-corenlp_3/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.5.4
published about 2 years ago
Rankings
repo1.maven.org: org.clulab:processors-openie_2.13
processors-openie
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-openie_2.13/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.5.4
published about 2 years ago
Rankings
repo1.maven.org: org.clulab:processors-openie_3
processors-openie
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-openie_3/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.5.4
published about 2 years ago
Rankings
repo1.maven.org: org.clulab:processors-corenlp_2.13
processors-corenlp
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-corenlp_2.13/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.5.4
published about 2 years ago
Rankings
repo1.maven.org: org.clulab:processors-openie_2.12
processors-openie
- Homepage: https://github.com/clulab/processors
- Documentation: https://appdoc.app/artifact/org.clulab/processors-openie_2.12/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 8.5.4
published about 2 years ago
Rankings
Dependencies
- github-pages >= 0 development
- just-the-docs >= 0 development
- activesupport 6.0.3.5
- addressable 2.8.0
- coffee-script 2.4.1
- coffee-script-source 1.11.1
- colorator 1.1.0
- commonmarker 0.17.13
- concurrent-ruby 1.1.8
- dnsruby 1.61.5
- em-websocket 0.5.2
- ethon 0.12.0
- eventmachine 1.2.7
- execjs 2.7.0
- faraday 1.3.0
- faraday-net_http 1.0.1
- ffi 1.14.2
- forwardable-extended 2.6.0
- gemoji 3.0.1
- github-pages 212
- github-pages-health-check 1.17.0
- html-pipeline 2.14.0
- http_parser.rb 0.6.0
- i18n 0.9.5
- jekyll 3.9.0
- jekyll-avatar 0.7.0
- jekyll-coffeescript 1.1.1
- jekyll-commonmark 1.3.1
- jekyll-commonmark-ghpages 0.1.6
- jekyll-default-layout 0.1.4
- jekyll-feed 0.15.1
- jekyll-gist 1.5.0
- jekyll-github-metadata 2.13.0
- jekyll-mentions 1.6.0
- jekyll-optional-front-matter 0.3.2
- jekyll-paginate 1.1.0
- jekyll-readme-index 0.3.0
- jekyll-redirect-from 0.16.0
- jekyll-relative-links 0.6.1
- jekyll-remote-theme 0.4.2
- jekyll-sass-converter 1.5.2
- jekyll-seo-tag 2.7.1
- jekyll-sitemap 1.4.0
- jekyll-swiss 1.0.0
- jekyll-theme-architect 0.1.1
- jekyll-theme-cayman 0.1.1
- jekyll-theme-dinky 0.1.1
- jekyll-theme-hacker 0.1.2
- jekyll-theme-leap-day 0.1.1
- jekyll-theme-merlot 0.1.1
- jekyll-theme-midnight 0.1.1
- jekyll-theme-minimal 0.1.1
- jekyll-theme-modernist 0.1.1
- jekyll-theme-primer 0.5.4
- jekyll-theme-slate 0.1.1
- jekyll-theme-tactile 0.1.1
- jekyll-theme-time-machine 0.1.1
- jekyll-titles-from-headings 0.5.3
- jekyll-watch 2.2.1
- jemoji 0.12.0
- just-the-docs 0.3.3
- kramdown 2.3.0
- kramdown-parser-gfm 1.1.0
- liquid 4.0.3
- listen 3.4.1
- mercenary 0.3.6
- minima 2.5.1
- minitest 5.14.3
- multipart-post 2.1.1
- nokogiri 1.13.10
- octokit 4.20.0
- pathutil 0.16.2
- public_suffix 3.1.1
- racc 1.6.2
- rake 13.0.3
- rb-fsevent 0.10.4
- rb-inotify 0.10.1
- rexml 3.2.5
- rouge 3.26.0
- ruby-enum 0.9.0
- ruby2_keywords 0.0.4
- rubyzip 2.3.0
- safe_yaml 1.0.5
- sass 3.7.4
- sass-listen 4.0.0
- sawyer 0.8.2
- simpleidn 0.2.1
- terminal-table 1.8.0
- thread_safe 0.3.6
- typhoeus 1.4.0
- tzinfo 1.2.10
- unf 0.1.4
- unf_ext 0.0.7.7
- unicode-display_width 1.7.0
- zeitwerk 2.4.2