<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NLP - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/category/nlp/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sat, 26 Apr 2025 05:38:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>nlp学习笔记</title>
		<link>https://www.coder4.com/archives/7954</link>
					<comments>https://www.coder4.com/archives/7954#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Wed, 20 Sep 2023 05:25:32 +0000</pubDate>
				<category><![CDATA[NLP]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=7954</guid>

					<description><![CDATA[1 使用spacy做简单nlp任务 需要先下载模型，这里下了中文模型，更多可以参考模型列表 python -m spacy download zh_core_web_lg 分析： import spacy nlp = spacy.load('zh_core_web_lg') doc = nlp(u'有一个老师是很幸福的，可以有学习机会，有做比较的机会。如果从这些角度来说我是果粉呢，也不为过。') for token in doc: print(token.text[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/7954/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
