<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>firemail - 自然语言处理</title>
    <link>http://www.firemail.wang:8088/forum.php?mod=forumdisplay&amp;fid=295</link>
    <description>Latest 20 threads of 自然语言处理</description>
    <copyright>Copyright(C) firemail</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 07 May 2026 08:30:11 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.firemail.wang:8088/static/image/common/logo_88_31.gif</url>
      <title>firemail</title>
      <link>http://www.firemail.wang:8088/</link>
    </image>
    <item>
      <title>&#8204;Cursor的常用快捷键</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=11153</link>
      <description><![CDATA[&#8204;Cursor的常用快捷键包括&#8204;：
[*]&#8204;Tab&#8204;：自动填充代码&#8204;12。
[*]&#8204;Ctrl+K&#8204;：编辑代码，可以选中代码后使用此快捷键，AI会详细解释代码的功能，同时也可以调出聊天选项卡&#8204;34。
[*]&#8204;Ctrl+L&#8204;：打开聊天选项卡 ...]]></description>
      <category>自然语言处理</category>
      <author>Qter</author>
      <pubDate>Sun, 29 Dec 2024 06:30:09 +0000</pubDate>
    </item>
    <item>
      <title>Cursor使用</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=11152</link>
      <description><![CDATA[https://blog.csdn.net/yaoge1234/article/details/143526416

Cursor是一款AI 代码编辑器，官网地址为https://www.cursor.com/，直接在官网下载安装即可，基于VS Code二次开发而来，之所以没有采用插件方式，在官方网站上给出的答案是某些功能插件无法实现，产品专注 ...]]></description>
      <category>自然语言处理</category>
      <author>Qter</author>
      <pubDate>Sun, 29 Dec 2024 06:26:52 +0000</pubDate>
    </item>
    <item>
      <title>ChatGPT使用指南-手把手教你Chat with ChatGPT!OpenAI最新对话模型-强的离谱，Goog...</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10595</link>
      <description><![CDATA[最近OpenAI又整了个新活儿，ChatGPT，效果惊艳的对话模型，已经快被脑洞大开的网友们玩儿坏了！闲聊、问答、写代码，你能想到的它都会！甚至有国外的网友表示，Google is done！另外夕小瑶小姐姐的公众号文章《谷歌要完，百度也危了》也是直接将话题拉满，比较夸张，但 ...]]></description>
      <category>自然语言处理</category>
      <author>Qter</author>
      <pubDate>Tue, 24 Jan 2023 16:38:49 +0000</pubDate>
    </item>
    <item>
      <title>NLP模型应用之三：GPT与GPT-2</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10594</link>
      <description><![CDATA[GPT模型GPT全称Generative Pre-Training，出自2018年OpenAi发布的论文《Improving Language Understandingby Generative Pre-Training》，论文地址：https://www.cs.ubc.ca/~amuham01/LING530/papers/radford2018improving.pdf。
在自然语言处理问题中，可从互联网上下 ...]]></description>
      <category>自然语言处理</category>
      <author>Qter</author>
      <pubDate>Tue, 24 Jan 2023 16:34:26 +0000</pubDate>
    </item>
    <item>
      <title>全文搜索引擎 Elasticsearch</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9451</link>
      <description><![CDATA[http://www.ruanyifeng.com/blog/2017/08/elasticsearch.html
全文搜索属于最常见的需求，开源的 Elasticsearch （以下简称 Elastic）是目前全文搜索引擎的首选。[/backcolor]它可以快速地储存、搜索和分析海量数据。维基百科、Stack Overflow、Github 都采用它。[/bac ...]]></description>
      <category>自然语言处理</category>
      <author>java</author>
      <pubDate>Wed, 02 May 2018 06:48:59 +0000</pubDate>
    </item>
    <item>
      <title>全文检索框架Lucene——原理</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=8527</link>
      <description><![CDATA[一、总论根据 http://lucene.apache.org/java/docs/index.html 定义：Lucene 是一个高效的，基于Java 的全文检索库。所以在了解Lucene之前要费一番工夫了解一下全文检索。那么什么叫做全文检索呢？这要从我们生活中的数据说起。我们生活中的数据总体分为两种：结构化数 ...]]></description>
      <category>自然语言处理</category>
      <author>java</author>
      <pubDate>Tue, 02 May 2017 11:04:34 +0000</pubDate>
    </item>
    <item>
      <title>Ansj中文分词</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=8500</link>
      <description><![CDATA[http://www.nlpcn.org/demo.jsp

Ansj中文是一个基于google语义模型+条件随机场模型的中文分词的java实现.分词速度达到每秒钟大约200万字左右（mac air下测试），准确率能达到96%以上,目前实现了.中文分词. 中文姓名识别 . 用户自定义词典,可以应用到自然语言处理等方 ...]]></description>
      <category>自然语言处理</category>
      <author>linux</author>
      <pubDate>Thu, 20 Apr 2017 07:21:35 +0000</pubDate>
    </item>
  </channel>
</rss>