Created
July 6, 2020 18:40
-
-
Save catalinghita8/00cd03ec4613194dbc79aac4da295275 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dependencies { | |
| ... | |
| implementation group: 'edu.stanford.nlp', name: 'stanford-corenlp', version: '3.5.0' | |
| implementation group: 'edu.stanford.nlp', name: 'stanford-corenlp', version: '3.5.0', classifier: 'models' | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment