在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:stanfordnlp/CoreNLP开源软件地址:https://github.com/stanfordnlp/CoreNLP开源编程语言:Java 98.3%开源软件介绍:Stanford CoreNLPStanford CoreNLP provides a set of natural language analysis tools written in Java. It can take raw human language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize and interpret dates, times, and numeric quantities, mark up the structure of sentences in terms of phrases or word dependencies, and indicate which noun phrases refer to the same entities. It was originally developed for English, but now also provides varying levels of support for (Modern Standard) Arabic, (mainland) Chinese, French, German, and Spanish. Stanford CoreNLP is an integrated framework, which makes it very easy to apply a bunch of language analysis tools to a piece of text. Starting from plain text, you can run all the tools with just two lines of code. Its analyses provide the foundational building blocks for higher-level and domain-specific text understanding applications. Stanford CoreNLP is a set of stable and well-tested natural language processing tools, widely used by various groups in academia, industry, and government. The tools variously use rule-based, probabilistic machine learning, and deep learning components. The Stanford CoreNLP code is written in Java and licensed under the GNU General Public License (v3 or later). Note that this is the full GPL, which allows many free uses, but not its use in proprietary software that you distribute to others. Build InstructionsSeveral times a year we distribute a new version of the software, which corresponds to a stable commit. During the time between releases, one can always use the latest, under development version of our code. Here are some helpful instructions to use the latest code: Provided buildSometimes we will provide updated jars here which have the latest version of the code. At present, the current released version of the code is our most recent released jar, though you can always build the very latest from GitHub HEAD yourself. Build with Ant
Build with Maven
ModelsThe models jars that correspond to the latest code can be found in the table below. Some of the larger (English) models -- like the shift-reduce parser and WikiDict -- are not distributed with our default models jar. These require downloading the English (extra) and English (kbp) jars. Resources for other languages require usage of the corresponding models jar. The best way to get the models is to use git-lfs and clone them from Hugging Face Hub. For instance, to get the French models, run the following commands:
The jars can be directly downloaded from the links below or the Hugging Face Hub page as well.
Thank you to Hugging Face for helping with our hosting! Useful resourcesYou can find releases of Stanford CoreNLP on Maven Central. You can find more explanation and documentation on the Stanford CoreNLP homepage. For information about making contributions to Stanford CoreNLP, see the file CONTRIBUTING.md. Questions about CoreNLP can either be posted on StackOverflow with the tag stanford-nlp, or on the mailing lists. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论