You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoreNLP is your one stop shop for natural language processing in Java! CoreNLP enables users to derive linguistic annotations for text, including token and sentence boundaries, parts of speech, named entities, numeric and time values, dependency and constituency parses, coreference, sentiment, quote attributions, and relations.
31
30
Find more about it in [our website](https://stanfordnlp.github.io/CoreNLP) and our [GitHub repository](https://github.com/stanfordnlp/CoreNLP).
32
31
33
32
This card and repo were automatically prepared with `hugging_corenlp.py` in the `stanfordnlp/huggingface-models` repo
34
33
35
34
Last updated {now}
36
-
""".format(lang=lang, now=now)
35
+
""".format(lang=lang, model=model, now=now)
37
36
returnmodel_card
38
37
38
+
# lang is an abbrev to use in the model card
39
39
# local_name is a potential alternate name for the file
40
40
# remote_name is the name to use when pushing remotely
41
41
# repo_name is the repo name if corenlp-model is not suitable for some reason
0 commit comments