Ai
1 Star 4 Fork 2

Gitee 极速下载/spark-nlp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/JohnSnowLabs/spark-nlp
克隆/下载
license.html 7.83 KB
一键复制 编辑 原始数据 按行查看 历史
Maziyar Panahi 提交于 2019-01-29 20:50 +08:00 . Update license.html
<!DOCTYPE html>
<!--[if IE 8]>
<html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]>
<html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en"> <!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-70312582-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-70312582-2');
</script>
<title>Spark NLP - License &amp; Credits</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="fav.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/prism/prism.css">
<link rel="stylesheet" href="assets/plugins/lightbox/dist/ekko-lightbox.min.css">
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="assets/plugins/jquery-1.12.3.min.js"></script>
<script>
function getTasks() {
$.get("https://api.github.com/repos/JohnSnowLabs/spark-nlp/commits?path=docs/license.html",
function (data) {
var dateObject = new Date(data[0].commit.author.date);
$(".wrapper").html(dateObject.toDateString());
});
}
getTasks();
</script>
</head>
<body class="body-orange">
<script>
$(function () {
$("#includedHeader").load("header.html");
$("#includedFooter").load("footer.html");
});
</script>
<div class="page-wrapper">
<!-- ******Header****** -->
<header id="header" class="header">
<div class="container">
<div id="includedHeader"></div>
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active"> License &amp; Credits</li>
</ol>
</div>
</header>
<div style="border:1px solid #e7e7e7;"></div>
<div class="doc-wrapper">
<div class="container">
<div id="doc-header" class="doc-header text-center">
<h1 class="doc-title"><span aria-hidden="true" class="icon icon_gift"></span> SparkNLP - License &amp;
Credits</h1>
<div class="meta"><i class="fa fa-clock-o"></i> Last updated: <span class="wrapper"></span></div>
</div>
<div class="doc-body">
<div class="doc-content">
<div class="content-inner">
<section id="license" class="doc-section">
<h2 class="section-title">License</h2>
<p> The library is under Apache 2.0 license, written in Scala with no dependencies on other
NLP or ML libraries, and designed to natively extend the Spark ML <a
href="http://blog.insightdatalabs.com/spark-pipelines-elegant-yet-powerful/"
target="_blank">Pipeline API</a>.</p>
<p><a href="http://www.johnsnowlabs.com/" target="_blank">John Snow Labs</a> is the company
leading and sponsoring the development of the Spark NLP library. The company provides
commercial support, indemnification and consulting for it. This provides the library
with long-term financial backing, a funded active development team, and a growing stream
of real-world projects that drives robustness and roadmap prioritization.</p>
</section>
</div>
<div class="section-block">
</section>
<section id="credits" class="doc-section">
<h2 class="section-title">Acknowledgements</h2>
<div class="section-block">
<p><b>Alex Thomas</b> from Indeed and <b>David Talby</b> from <i>Pacific AI</i>, for the initial design and
code of this library.</p>
<p><b>Saif Addin Ellafi</b> from John Snow Labs for building the first client-ready version of
the library.</p>
<p><b>Eduardo Munoz</b>, <b>Navneet Behl</b>, <b>Danilo Burbano</b> and <b>Anju Aggarwal</b> from <i>John Snow Labs</i> for expanding the
production grade codebase and functionality, and for managing the project.</p>
<p><b>Aleksei Alekseev</b> and <b>Alberto Andreotti</b> from <i>Pacific AI</i> for contributing machine learning annotators to the library</p>
<p><b>Joseph Bradley</b> and <b>Xiangrui Meng</b> from <i>Databricks</i>, for guidance on the Spark ML API
extension guidelines.</p>
<p><b>Claudiu Branzan</b> from <i>G2 Web Services</i>, for design contributions and review.</p>
<p><b>Ben Lorica</b> from <i>O’Reilly</i>, for driving us to move this from idea to reality.</p>
<p><b>Emmanuel Asimadi</b> for testing, reporting issues and building an in progress documentation</p>
<p><b>Maziyar Panahi</b> for reporting valuable performance feedback and reporting issues</p>
<p><b>Vincenzo Gaudenzi</b> from DXC.technology for contributing Italian datasets and models</p>
</div>
</section>
</div>
</div>
<div class="doc-sidebar">
<nav id="doc-nav">
<ul id="doc-menu" class="nav doc-menu hidden-xs" data-spy="affix">
<li><a class="scrollto" href="#license">License</a></li>
<li><a class="scrollto" href="#credits">Acknowledgements</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
<footer id="footer" class="footer text-center">
<div id="includedFooter"></div>
</footer>
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/prism/prism.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/lightbox/dist/ekko-lightbox.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-match-height/jquery.matchHeight-min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/spark-nlp.git
git@gitee.com:mirrors/spark-nlp.git
mirrors
spark-nlp
spark-nlp
master

搜索帮助