1 Star 0 Fork 0

lengyanju8/nltk_data

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.xsl 2.05 KB
一键复制 编辑 原始数据 按行查看 历史
Steven Bird 提交于 2014-05-03 09:39 . add comment about README files
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/nltk_data">
<HTML>
<HEAD>
<TITLE>NLTK Data</TITLE>
</HEAD>
<BODY bgcolor="white" text="navy">
<H1>NLTK Corpora</H1>
<P>NLTK has built-in support for dozens of corpora and trained models, as listed below.
To use these within NLTK we recommend that you use the NLTK corpus downloader,
<TT>&gt;&gt;&gt; nltk.download()</TT></P>
<P>Please consult the README file included with each
corpus for further information.</P>
<OL>
<xsl:for-each select="//packages/package">
<LI><I><xsl:value-of select="@name"/></I>
[<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="@url"/>
</xsl:attribute>
download
</xsl:element>
|<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="@webpage"/>
</xsl:attribute>
source
</xsl:element>]
<BR/>
id: <tt><xsl:value-of select="@id"/></tt>;
size: <xsl:value-of select="@size"/>;
author: <xsl:value-of select="@author"/>;
copyright: <xsl:value-of select="@copyright"/>;
license: <xsl:value-of select="@license"/>;
<P/>
</LI>
</xsl:for-each>
</OL>
<HR/>
<A href="http://www.nltk.org">Natural Language Toolkit</A>
</BODY>
</HTML>
</xsl:template>
</xsl:stylesheet>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lengyanju8/nltk_data.git
git@gitee.com:lengyanju8/nltk_data.git
lengyanju8
nltk_data
nltk_data
gh-pages

搜索帮助