用户头像
BNC 检索工具高级用法:词性标注及 TEI 编码支持教学指南

? BNC 检索工具高级用法:词性标注及 TEI 编码支持教学指南


? 一、先搞懂 BNC 检索工具到底是啥


好多人刚开始接触 BNC 检索工具,可能就觉得它是个能搜英文语料的平台。其实啊,这工具可厉害着呢,它背后是英国国家语料库(British National Corpus),里面攒了超过一亿词的真实英语文本,从小说、报纸到学术论文啥都有。咱平时用它做语言研究、写论文,或者搞文本分析,都特别好使。不过呢,普通的关键词搜索只是基础操作,真正的大招还在后面,尤其是词性标注和 TEI 编码支持这俩功能,学会了能让你的检索效率蹭蹭往上涨。

? 二、词性标注:让检索更精准的秘诀


1. 啥是词性标注?


简单来说,就是给每个单词打上标签,标明它是名词、动词、形容词还是其他词性。比如 “run” 这个词,在 “run a race” 里是动词,在 “a long run” 里就是名词。BNC 里用一套特定的标签来标注词性,像 “NN” 代表名词,“VB” 代表动词,“JJ” 代表形容词。这些标签就像给单词分了类,咱们检索的时候就能按类别来搜,不用被同一个词的不同用法搅和得晕头转向。

2. 咋用词性标注来检索?


首先,你得找到检索界面里的高级选项,一般会有个 “POS Tag” 或者 “词性标注” 的输入框。这时候,你可以输入单个词性标签,比如搜所有名词,就输入 “NN”,再在前面加上关键词,比如 “dog/NN”,这样就能找到所有作为名词出现的 “dog” 了。要是你想搜一类词,比如动词,就可以用通配符,像 “VB*” 就能匹配所有以 “VB” 开头的动词形式,像 “VB”(原形)、“VBD”(过去式)、“VBG”(现在分词)都能搜出来。

还有更复杂的情况,比如你想找形容词修饰名词的结构,那就可以输入 “JJ NN”,中间用空格隔开,这样就能找到类似 “big house”“happy day” 这样的搭配。举个例子,你想研究科技类文本里的形容词 + 名词组合,就可以在词性标注框里输入 “JJ NN”,然后限定语料类型为 “学术论文”,分分钟就能拿到一堆相关例子。

3. 常见词性标签得记牢


名词类:NN(普通名词单数)、NNS(普通名词复数)、NNP(专有名词单数)、NNPS(专有名词复数)
动词类:VB(原形)、VBD(过去式)、VBG(现在分词)、VBN(过去分词)、VBP(非第三人称单数现在时)、VBZ(第三人称单数现在时)
形容词类:JJ(原级)、JJR(比较级)、JJS(最高级)
副词类:RB(副词原级)、RBR(比较级)、RBS(最高级)
介词类:IN
代词类:PRP(人称代词)、PRP$(物主代词)

把这些常用标签记熟,检索的时候就能灵活组合,想找啥结构就找啥结构。

? 三、TEI 编码支持:处理复杂文本的利器


1. TEI 编码是干啥的?


TEI 就是文本编码倡议(Text Encoding Initiative),它是一种用来标注电子文本的标准,能详细描述文本的结构和语义,比如段落、句子、引用、脚注等等。BNC 里的很多文本都是用 TEI 编码标注过的,所以咱们利用好这个功能,就能对文本的结构进行检索,比如找特定段落里的句子,或者带引用的内容。

2. 怎么用 TEI 编码来检索?


首先,你得知道 TEI 编码的基本结构,比如

代表段落,代表引用,</code>代表标题。在检索工具里,一般会有个 “TEI 元素” 的选项,你可以在里面输入你想检索的元素名称。比如你想找所有段落里包含 “environment” 这个词的内容,就可以先选择 TEI 元素为 “p”,然后在关键词框里输入 “environment”,这样检索结果就只会显示段落里包含这个词的文本。</div><br> <div>再比如,你想找带有引用的句子,就可以选择 TEI 元素为 “quote”,然后结合词性标注,比如在引用里找动词过去式的用法,输入 “VBG”,这样就能精准定位到引用部分里符合条件的内容。还有更高级的,你可以嵌套检索,比如先找章节(<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><div></code>)里的小节(<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><section></code>),再在小节里找特定的词性组合,这样就能层层筛选,找到你需要的精确内容。</div><br> <h4>3. 常用 TEI 元素有哪些?</h4><br> <div>结构类:<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><div></code>(章节)、<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><section></code>(小节)、<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><p class="mb-4 leading-relaxed text-gray-300"></code>(段落)、<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><sentence></code>(句子)<br>语义类:<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><quote></code>(引用)、<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><title></code>(标题)、<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><name></code>(人名、地名等)、<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><date></code>(日期)<br>格式类:<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><emph></code>(强调)、<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><italic></code>(斜体)、<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><bold></code>(加粗)</div><br> <div>掌握这些常用元素,你就能像拆积木一样,把文本的结构拆开,按需检索,尤其是处理长文本或者结构复杂的文档时,特别有用。</div><br> <h3 class="text-xl font-semibold mt-6 mb-3">? 四、实战案例:手把手教你操作</h3><br> <h4>案例 1:分析小说中人物对话里的动词使用</h4><br> <div>假设你在研究狄更斯的小说,想看看他笔下人物对话里常用的动词有啥特点。首先,打开 BNC 检索工具,选择语料类型为 “小说”,然后进入高级检索。在词性标注框里输入 “VB*”(表示所有动词形式),同时在 TEI 编码选项里选择对话元素,一般对话在 TEI 里可能是<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><dialogue></code>或者<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><u></code>(表示发言),找到对应的元素后,输入进去。然后点击检索,结果就会列出所有小说对话里的动词。你还能进一步筛选,比如按动词的过去式(VBD)或者现在分词(VBG)来分类,看看不同场景下动词的使用差异。</div><br> <h4>案例 2:查找学术论文中引用的理论术语</h4><br> <div>如果你在写文献综述,想找某一领域学术论文中引用的特定理论术语。首先,限定语料类型为 “学术论文”,然后在 TEI 编码里选择引用元素<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><quote></code>,在关键词框里输入你要找的理论术语,比如 “constructivism”。这时候,检索结果就会显示所有学术论文中引用了 “constructivism” 的内容,而且这些内容都包含在引用标签里,方便你查看上下文和引用来源。你还能结合词性标注,比如在引用里找名词短语,进一步缩小范围,找到更精准的内容。</div><br> <h3 class="text-xl font-semibold mt-6 mb-3">⚠️ 五、使用时的注意事项</h3><br> <h4>1. 标签格式别搞错</h4><br> <div>词性标注和 TEI 编码都有特定的格式,比如词性标签必须用斜杠分隔,像 “dog/NN”,TEI 元素名称要注意大小写和符号,比如<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><p class="mb-4 leading-relaxed text-gray-300"></code>不能写成<code class="bg-dark px-2 py-1 rounded text-primary font-mono text-sm"><p class="mb-4 leading-relaxed text-gray-300"></code>或者 “p”。要是格式错了,检索可能就没结果,所以输入的时候一定要仔细检查。</div><br> <h4>2. 通配符合理用</h4><br> <div>通配符虽然好用,但别滥用。比如 “<em>” 可以匹配任意字符,但如果用太多,可能会搜到很多不相关的内容,反而增加筛选的工作量。一般在知道部分标签的时候用通配符,比如找所有以 “VB” 开头的动词标签,用 “VB</em>” 就合适,别动不动就用 “*” 从头搜到尾。</div><br> <h4>3. 结合语料类型筛选</h4><br> <div>BNC 里的语料类型很多,有小说、报纸、口语、学术论文等等,不同类型的语料用词和结构差异很大。你在检索的时候,一定要根据你的研究目的,先限定语料类型,比如研究口语就选 “spoken”,研究书面语就选 “written”,这样能减少干扰,让结果更有针对性。</div><br> <h4>4. 多试试不同组合</h4><br> <div>刚开始用的时候,可能不太清楚怎么组合词性标注和 TEI 编码,没关系,多试试不同的搭配。比如先单独用词性标注搜动词,再加上 TEI 编码搜段落里的动词,再进一步搜对话里的动词,一步一步缩小范围,慢慢就能找到最适合自己需求的检索方式了。</div><br> <h3 class="text-xl font-semibold mt-6 mb-3">? 六、总结:用好高级功能,让检索效率翻倍</h3><br> <div>BNC 检索工具的词性标注和 TEI 编码支持功能,就像给你的检索加了一双 “精准眼”,能让你在海量语料里快速找到你需要的内容。不管你是做语言研究、写论文,还是搞文本分析,只要把这俩功能学会了,操作熟练了,就能节省大量时间,还能挖到更有价值的信息。刚开始可能会觉得有点复杂,没关系,按照上面的步骤多练习几次,慢慢就能上手了。以后再用 BNC 检索工具,就再也不用在一堆无关结果里打转了,分分钟就能拿到你想要的数据。</div><br> <div>【该文章由dudu123.com嘟嘟 ai 导航整理,嘟嘟 AI 导航汇集全网优质网址资源和最新优质 AI 工具】</div><br> </div> </div> </div> <!-- 文章底部操作栏 --> <footer class="article-footer border-t border-gray-700 p-6 md:p-8"> <div class="flex items-center justify-between gap-4"> <div class="flex items-center space-x-4"> <button class="action-btn bg-primary/20 hover:bg-primary/30 text-primary px-4 py-2 rounded-lg transition-colors flex items-center"> <i class="fa fa-thumbs-up mr-2"></i> <span>点赞 (92)</span> </button> <button class="action-btn bg-dark hover:bg-gray-700 text-gray-300 px-4 py-2 rounded-lg transition-colors flex items-center"> <i class="fa fa-bookmark-o mr-2"></i> <span>收藏</span> </button> <button class="action-btn bg-dark hover:bg-gray-700 text-gray-300 px-4 py-2 rounded-lg transition-colors flex items-center comiis_poster_a"> <i class="fa fa-image mr-2"></i> <span>生成海报</span> </button> </div> <div class="share-buttons flex items-center space-x-2"> <span class="text-gray-400 text-sm mr-2">分享到:</span> <button onclick="Share('tqq')" class="share-btn bg-blue-600 hover:bg-blue-700 text-white w-8 h-8 rounded-full flex items-center justify-center transition-colors"> <i class="fa fa-qq"></i> </button> <button onclick="Share('sina')" class="share-btn bg-red-600 hover:bg-red-700 text-white w-8 h-8 rounded-full flex items-center justify-center transition-colors"> <i class="fa fa-weibo"></i> </button> <button class="share-btn bg-green-600 hover:bg-green-700 text-white w-8 h-8 rounded-full flex items-center justify-center transition-colors" title="微信分享"> <i class="fa fa-weixin"></i> </button> </div> </div> </footer> </article> <!-- 上下篇导航 --> <nav class="article-navigation mt-8"> <div class="grid grid-cols-1 md:grid-cols-2 gap-4"> <div class="nav-item bg-dark-light rounded-xl border border-gray-700 hover:border-primary/50 transition-colors"> <a href="/ai/myntr.html" title="BNC 口语样本分析:1 亿词书面口语数据覆盖多领域文本解读" class="block h-full hover:bg-dark-light/50 transition-colors rounded-lg"> <div class="flex items-center text-gray-400 text-sm mb-2"> <i class="fa fa-angle-left mr-2"></i> <span>上一篇</span> </div> <h3 class="font-medium line-clamp-2">BNC 口语样本分析:1 亿词书面口语数据覆盖多领域文本解读</h3> </a> </div> <div class="nav-item bg-dark-light rounded-xl border border-gray-700 hover:border-primary/50 transition-colors"> <a href="/ai/mynmw.html" title="2025 新版 BNC 官网访问:获取专业语料分析服务全流程" class="block h-full hover:bg-dark-light/50 transition-colors rounded-lg text-right"> <div class="flex items-center justify-end text-gray-400 text-sm mb-2"> <span>下一篇</span> <i class="fa fa-angle-right ml-2"></i> </div> <h3 class="font-medium line-clamp-2">2025 新版 BNC 官网访问:获取专业语料分析服务全流程</h3> </a> </div> </div> </nav> <!-- 相关文章 --> <section class="related-articles mt-8"> <h2 class="text-xl font-bold mb-6 flex items-center"> <span class="bg-primary text-white text-sm w-6 h-6 rounded-full flex items-center justify-center mr-3"> <i class="fa fa-rss"></i> </span> 相关阅读 </h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-6"> <div class="related-article bg-dark-light rounded-xl overflow-hidden hover:shadow-apple-hover transition-all duration-300"> <div class="md:flex"> <div class="md:w-1/3 image-container" style="overflow:hidden;max-height:180px;min-height:120px;"> <a href="/ai/nere.html" class="block w-full h-full"> <img data-src="https://cdn.yyp.net/diwuai/news/bcd281397dd39ed14b066852db9fb731.jpg" alt="AI 润色会影响文章原创性吗?2025 最新工具去重检测功能解析" class="w-full h-full object-cover rounded-lg lazy" style="display:block;max-height:180px;min-height:120px;object-fit:cover;" onerror="this.style.display='none'; this.parentElement.style.backgroundColor='#666';"> </a> </div> <div class="md:w-2/3 p-4"> <h3 class="font-bold text-lg mb-2 hover:text-primary transition-colors"> <a href="/ai/nere.html">AI 润色会影响文章原创性吗?2025 最新工具去重检测功能解析</a> </h3> <p class="text-gray-400 text-sm mb-3 line-clamp-2">🤖 AI 润色会影响文章原创性吗?2025 最新工具去重检测功能解析 最近有很多朋友问我,用 AI 工具润色文章会不会被判定为抄袭,原创性到底还保不保得住。今天咱们就好好聊聊这个话题,结合 2025 ...</p> <div class="flex items-center text-xs text-gray-500"> <span><i class="fa fa-clock-o mr-1"></i>2025-06-06</span> <span class="mx-2">•</span> <span><i class="fa fa-eye mr-1"></i>974</span> </div> </div> </div> </div><div class="related-article bg-dark-light rounded-xl overflow-hidden hover:shadow-apple-hover transition-all duration-300"> <div class="md:flex"> <div class="md:w-1/3 image-container" style="overflow:hidden;max-height:180px;min-height:120px;"> <a href="/ai/trjy.html" class="block w-full h-full"> <img data-src="https://cdn.yyp.net/diwuai/news/76af4840bf6803671c2aead5b5d78b32.jpg" alt="火龙果写作过朱雀检测技巧,避坑指南最新" class="w-full h-full object-cover rounded-lg lazy" style="display:block;max-height:180px;min-height:120px;object-fit:cover;" onerror="this.style.display='none'; this.parentElement.style.backgroundColor='#666';"> </a> </div> <div class="md:w-2/3 p-4"> <h3 class="font-bold text-lg mb-2 hover:text-primary transition-colors"> <a href="/ai/trjy.html">火龙果写作过朱雀检测技巧,避坑指南最新</a> </h3> <p class="text-gray-400 text-sm mb-3 line-clamp-2">🔍 火龙果写作过朱雀检测技巧,避坑指南最新 最近不少小伙伴在后台留言,说用火龙果写作写完内容后,被朱雀检测判为 AI 生成,心里那叫一个慌。大家都知道,现在各大平台对 AI 内容管控越来越严,一篇文章...</p> <div class="flex items-center text-xs text-gray-500"> <span><i class="fa fa-clock-o mr-1"></i>2025-04-22</span> <span class="mx-2">•</span> <span><i class="fa fa-eye mr-1"></i>3.8k</span> </div> </div> </div> </div><div class="related-article bg-dark-light rounded-xl overflow-hidden hover:shadow-apple-hover transition-all duration-300"> <div class="md:flex"> <div class="md:w-1/3 image-container" style="overflow:hidden;max-height:180px;min-height:120px;"> <a href="/ai/enwey.html" class="block w-full h-full"> <img data-src="https://cdn.yyp.net/diwuai/news/0a053fbd900b851882f238433e86c875.jpg" alt="情感类公众号选题方向,如何结合社会热点,引发用户共鸣?" class="w-full h-full object-cover rounded-lg lazy" style="display:block;max-height:180px;min-height:120px;object-fit:cover;" onerror="this.style.display='none'; this.parentElement.style.backgroundColor='#666';"> </a> </div> <div class="md:w-2/3 p-4"> <h3 class="font-bold text-lg mb-2 hover:text-primary transition-colors"> <a href="/ai/enwey.html">情感类公众号选题方向,如何结合社会热点,引发用户共鸣?</a> </h3> <p class="text-gray-400 text-sm mb-3 line-clamp-2">🌟 情感号选题突围:如何用社会热点撬动用户情绪价值? 在这个信息爆炸的时代,情感类公众号想要脱颖而出,就得学会在社会热点的浪潮中精准捕捉用户的情感脉搏。但怎么把热点和情感内容结合得自然又动人呢?咱们可...</p> <div class="flex items-center text-xs text-gray-500"> <span><i class="fa fa-clock-o mr-1"></i>2025-02-22</span> <span class="mx-2">•</span> <span><i class="fa fa-eye mr-1"></i>3.5k</span> </div> </div> </div> </div><div class="related-article bg-dark-light rounded-xl overflow-hidden hover:shadow-apple-hover transition-all duration-300"> <div class="md:flex"> <div class="md:w-1/3 image-container" style="overflow:hidden;max-height:180px;min-height:120px;"> <a href="/ai/enkej.html" class="block w-full h-full"> <img data-src="https://cdn.yyp.net/diwuai/news/3aa6f4c8a07c54499b27801b13f0c6df.jpg" alt="公众号选题网站,是你在内容战场上最锋利的“武器”" class="w-full h-full object-cover rounded-lg lazy" style="display:block;max-height:180px;min-height:120px;object-fit:cover;" onerror="this.style.display='none'; this.parentElement.style.backgroundColor='#666';"> </a> </div> <div class="md:w-2/3 p-4"> <h3 class="font-bold text-lg mb-2 hover:text-primary transition-colors"> <a href="/ai/enkej.html">公众号选题网站,是你在内容战场上最锋利的“武器”</a> </h3> <p class="text-gray-400 text-sm mb-3 line-clamp-2">在公众号运营的世界里,选题就像打仗时的战略布局,选对了方向,内容就能精准命中用户需求。今天就来给大家分享几个超实用的公众号选题网站,让你轻松找到爆款灵感,提升内容竞争力。 🚀 新榜:内容创作者的 “数...</p> <div class="flex items-center text-xs text-gray-500"> <span><i class="fa fa-clock-o mr-1"></i>2025-06-21</span> <span class="mx-2">•</span> <span><i class="fa fa-eye mr-1"></i>5.1k</span> </div> </div> </div> </div><div class="related-article bg-dark-light rounded-xl overflow-hidden hover:shadow-apple-hover transition-all duration-300"> <div class="md:flex"> <div class="md:w-1/3 image-container" style="overflow:hidden;max-height:180px;min-height:120px;"> <a href="/ai/ekmys.html" class="block w-full h-full"> <img data-src="https://cdn.yyp.net/diwuai/news/9bf54e83eb8cf89065e484bba3d41098.jpg" alt="2025年公众号图文赛道:养号策略与爆款内容创作指南" class="w-full h-full object-cover rounded-lg lazy" style="display:block;max-height:180px;min-height:120px;object-fit:cover;" onerror="this.style.display='none'; this.parentElement.style.backgroundColor='#666';"> </a> </div> <div class="md:w-2/3 p-4"> <h3 class="font-bold text-lg mb-2 hover:text-primary transition-colors"> <a href="/ai/ekmys.html">2025年公众号图文赛道:养号策略与爆款内容创作指南</a> </h3> <p class="text-gray-400 text-sm mb-3 line-clamp-2">🌟 账号冷启动:从 0 到 1 搭建高权重公众号的底层逻辑 2025 年的公众号运营早已不是「注册账号发文章」那么简单。微信搜一搜月活超 5 亿的数据,加上个性化推荐算法的全面铺开,意味着账号从第一天...</p> <div class="flex items-center text-xs text-gray-500"> <span><i class="fa fa-clock-o mr-1"></i>2025-03-02</span> <span class="mx-2">•</span> <span><i class="fa fa-eye mr-1"></i>2k</span> </div> </div> </div> </div><div class="related-article bg-dark-light rounded-xl overflow-hidden hover:shadow-apple-hover transition-all duration-300"> <div class="md:flex"> <div class="md:w-1/3 image-container" style="overflow:hidden;max-height:180px;min-height:120px;"> <a href="/ai/ejyey.html" class="block w-full h-full"> <img data-src="https://cdn.yyp.net/diwuai/news/629d12bc466beabdcca80e3bf1a2b191.jpg" alt="历史类公众号的爆文逻辑:反常识、揭秘、盘点,哪种套路最有效?" class="w-full h-full object-cover rounded-lg lazy" style="display:block;max-height:180px;min-height:120px;object-fit:cover;" onerror="this.style.display='none'; this.parentElement.style.backgroundColor='#666';"> </a> </div> <div class="md:w-2/3 p-4"> <h3 class="font-bold text-lg mb-2 hover:text-primary transition-colors"> <a href="/ai/ejyey.html">历史类公众号的爆文逻辑:反常识、揭秘、盘点,哪种套路最有效?</a> </h3> <p class="text-gray-400 text-sm mb-3 line-clamp-2">📚反常识:用认知颠覆制造传播爆点​历史类内容最容易陷入的误区就是重复教科书叙事。读者对 “鸦片战争始于 1840 年” 这种定论毫无感觉,但如果告诉你 “乾隆其实早就知道英国的存在,甚至研究过他们的火...</p> <div class="flex items-center text-xs text-gray-500"> <span><i class="fa fa-clock-o mr-1"></i>2025-05-23</span> <span class="mx-2">•</span> <span><i class="fa fa-eye mr-1"></i>5.1k</span> </div> </div> </div> </div><div class="related-article bg-dark-light rounded-xl overflow-hidden hover:shadow-apple-hover transition-all duration-300"> <div class="md:flex"> <div class="md:w-1/3 image-container" style="overflow:hidden;max-height:180px;min-height:120px;"> <a href="/ai/eyywt.html" class="block w-full h-full"> <img data-src="https://cdn.yyp.net/diwuai/news/0ff20a372b648472560cbf62bf940f4b.jpg" alt="如何优雅地在养生文章中植入商品,提高转化率?" class="w-full h-full object-cover rounded-lg lazy" style="display:block;max-height:180px;min-height:120px;object-fit:cover;" onerror="this.style.display='none'; this.parentElement.style.backgroundColor='#666';"> </a> </div> <div class="md:w-2/3 p-4"> <h3 class="font-bold text-lg mb-2 hover:text-primary transition-colors"> <a href="/ai/eyywt.html">如何优雅地在养生文章中植入商品,提高转化率?</a> </h3> <p class="text-gray-400 text-sm mb-3 line-clamp-2">写养生文章时插商品,最忌讳的就是硬邦邦丢链接。读者是来学知识的,不是来被迫看广告的。想让他们心甘情愿掏钱,得让商品像 “顺路遇到的好东西”,而不是 “拦路推销的推销员”。​🌿 用内容共鸣铺垫,让商品成...</p> <div class="flex items-center text-xs text-gray-500"> <span><i class="fa fa-clock-o mr-1"></i>2025-06-05</span> <span class="mx-2">•</span> <span><i class="fa fa-eye mr-1"></i>14.7k</span> </div> </div> </div> </div><div class="related-article bg-dark-light rounded-xl overflow-hidden hover:shadow-apple-hover transition-all duration-300"> <div class="md:flex"> <div class="md:w-1/3 image-container" style="overflow:hidden;max-height:180px;min-height:120px;"> <a href="/ai/nweyy.html" class="block w-full h-full"> <img data-src="https://cdn.yyp.net/diwuai/news/63926b07bfa70e23bc131481eb74b158.jpg" alt="拆解仿写,让你从“看热闹”的读者,变成“看门道”的行家" class="w-full h-full object-cover rounded-lg lazy" style="display:block;max-height:180px;min-height:120px;object-fit:cover;" onerror="this.style.display='none'; this.parentElement.style.backgroundColor='#666';"> </a> </div> <div class="md:w-2/3 p-4"> <h3 class="font-bold text-lg mb-2 hover:text-primary transition-colors"> <a href="/ai/nweyy.html">拆解仿写,让你从“看热闹”的读者,变成“看门道”的行家</a> </h3> <p class="text-gray-400 text-sm mb-3 line-clamp-2">为啥要费劲搞拆解仿写?你想啊,同样是看一篇爆款文章、一个热门视频,有人看完就忘了,顶多感慨一句 “真厉害”,这就是典型的 “看热闹”。但有人就能咂摸出味道来 —— 这标题咋勾人的?结构为啥这么顺?人家...</p> <div class="flex items-center text-xs text-gray-500"> <span><i class="fa fa-clock-o mr-1"></i>2025-02-16</span> <span class="mx-2">•</span> <span><i class="fa fa-eye mr-1"></i>4.1k</span> </div> </div> </div> </div> </div> </section> </div> <!-- 右侧边栏 --> <div class="space-y-8"> <!-- 作者信息卡片 --> <div class="author-card bg-dark-light rounded-xl p-6"> <div class="flex items-center mb-4"> <img src="/ai/static/img/avatar.png" alt="作者头像" class="w-16 h-16 rounded-full mr-4"> <div> <h3 class="font-bold text-lg">AI Insight</h3> <p class="text-gray-400 text-sm">专栏作者</p> </div> </div> <p class="text-gray-300 text-sm mb-4">专注于AI技术前沿动态,为您带来最新的AIGC资讯和深度分析。</p> <div class="flex items-center justify-between text-sm text-gray-400"> <span><i class="fa fa-edit mr-1"></i>191 篇文章</span> <span><i class="fa fa-users mr-1"></i>4683 关注者</span> </div> <button class="w-full mt-4 bg-primary hover:bg-primary/90 text-white py-2 rounded-lg transition-colors"> + 关注作者 </button> </div> <!-- 热门文章 --> <div class="hot-articles bg-dark-light rounded-xl p-6"> <h3 class="text-lg font-bold mb-5 flex items-center"> <span class="bg-primary text-white text-xs w-5 h-5 rounded-full flex items-center justify-center mr-2"> <i class="fa fa-fire"></i> </span> 热门文章 </h3> <div class="space-y-4"> <div class="hot-article bg-dark rounded-lg p-4 mb-4 hover:bg-dark-light transition-colors"> <div class="flex"> <div class="w-20 h-16 rounded-lg overflow-hidden mr-3 flex-shrink-0"> <a href="/ai/kskst.html"> <img data-src="https://cdn.yyp.net/diwuai/news/76af4840bf6803671c2aead5b5d78b32.jpg" alt="火龙果写作的收费值得吗?对比其为学术写作节省的时间成本" class="w-full h-full object-cover lazy" onerror="this.style.display='none'; this.parentElement.style.backgroundColor='#666';"> </a> </div> <div class="flex-1"> <h4 class="font-medium text-sm mb-1 line-clamp-2 hover:text-primary transition-colors"> <a href="/ai/kskst.html">火龙果写作的收费值得吗?对比其为学术写作节省的时间成本</a> </h4> <div class="text-xs text-gray-400"> <span>06-27</span> <span class="mx-1">•</span> <span>4.3k 阅读</span> </div> </div> </div> </div><div class="hot-article bg-dark rounded-lg p-4 mb-4 hover:bg-dark-light transition-colors"> <div class="flex"> <div class="w-20 h-16 rounded-lg overflow-hidden mr-3 flex-shrink-0"> <a href="/ai/emnnr.html"> <img data-src="https://cdn.yyp.net/diwuai/news/39d0ed3ba7bda3820c9ad5ca3f58168a.jpg" alt="一文读懂公众号原创度的前世今生!平台规则演变与趋势分析" class="w-full h-full object-cover lazy" onerror="this.style.display='none'; this.parentElement.style.backgroundColor='#666';"> </a> </div> <div class="flex-1"> <h4 class="font-medium text-sm mb-1 line-clamp-2 hover:text-primary transition-colors"> <a href="/ai/emnnr.html">一文读懂公众号原创度的前世今生!平台规则演变与趋势分析</a> </h4> <div class="text-xs text-gray-400"> <span>06-27</span> <span class="mx-1">•</span> <span>8.5k 阅读</span> </div> </div> </div> </div><div class="hot-article bg-dark rounded-lg p-4 mb-4 hover:bg-dark-light transition-colors"> <div class="flex"> <div class="w-20 h-16 rounded-lg overflow-hidden mr-3 flex-shrink-0"> <a href="/ai/twwrk.html"> <img data-src="https://cdn.yyp.net/diwuai/news/e557d1698f6d05daab4c150d4e142ed8.jpg" alt="易撰爆文标题的逻辑是什么?数据分析背后的高点击率秘诀" class="w-full h-full object-cover lazy" onerror="this.style.display='none'; this.parentElement.style.backgroundColor='#666';"> </a> </div> <div class="flex-1"> <h4 class="font-medium text-sm mb-1 line-clamp-2 hover:text-primary transition-colors"> <a href="/ai/twwrk.html">易撰爆文标题的逻辑是什么?数据分析背后的高点击率秘诀</a> </h4> <div class="text-xs text-gray-400"> <span>06-27</span> <span class="mx-1">•</span> <span>2.7k 阅读</span> </div> </div> </div> </div> </div> </div> <!-- 最新文章 --> <div class="latest-articles bg-dark-light rounded-xl p-6"> <h3 class="text-lg font-bold mb-5 flex items-center"> <span class="bg-primary text-white text-xs w-5 h-5 rounded-full flex items-center justify-center mr-2"> <i class="fa fa-clock-o"></i> </span> 最新发表 </h3> <div class="space-y-3"> <div class="new-article flex items-center py-2 border-b border-gray-800 last:border-b-0"> <span class="text-primary font-bold text-sm mr-3 w-6">01</span> <div class="flex-1"> <h4 class="text-sm hover:text-primary transition-colors line-clamp-1"> <a href="/ai/emmwn.html" title="公众号推荐算法与“搜一搜”SEO的联动策略,获取双重流量">公众号推荐算法与“搜一搜”SEO的联动策略,获取双重流量</a> </h4> <div class="text-xs text-gray-400 mt-1"> 2025-06-28 </div> </div> </div><div class="new-article flex items-center py-2 border-b border-gray-800 last:border-b-0"> <span class="text-primary font-bold text-sm mr-3 w-6">02</span> <div class="flex-1"> <h4 class="text-sm hover:text-primary transition-colors line-clamp-1"> <a href="/ai/yrms.html" title="2025公众号托管服务方案,赚钱技巧与内容代运营全面升级">2025公众号托管服务方案,赚钱技巧与内容代运营全面升级</a> </h4> <div class="text-xs text-gray-400 mt-1"> 2025-06-28 </div> </div> </div><div class="new-article flex items-center py-2 border-b border-gray-800 last:border-b-0"> <span class="text-primary font-bold text-sm mr-3 w-6">03</span> <div class="flex-1"> <h4 class="text-sm hover:text-primary transition-colors line-clamp-1"> <a href="/ai/ktkmr.html" title="关于AI伪原创,你想知道的都在这!会被发现吗?文章还有用吗?">关于AI伪原创,你想知道的都在这!会被发现吗?文章还有用吗?</a> </h4> <div class="text-xs text-gray-400 mt-1"> 2025-06-28 </div> </div> </div><div class="new-article flex items-center py-2 border-b border-gray-800 last:border-b-0"> <span class="text-primary font-bold text-sm mr-3 w-6">04</span> <div class="flex-1"> <h4 class="text-sm hover:text-primary transition-colors line-clamp-1"> <a href="/ai/ntwjr.html" title="抖音直播带货话术|如何规避违禁词?用这个工具查一下">抖音直播带货话术|如何规避违禁词?用这个工具查一下</a> </h4> <div class="text-xs text-gray-400 mt-1"> 2025-06-28 </div> </div> </div><div class="new-article flex items-center py-2 border-b border-gray-800 last:border-b-0"> <span class="text-primary font-bold text-sm mr-3 w-6">05</span> <div class="flex-1"> <h4 class="text-sm hover:text-primary transition-colors line-clamp-1"> <a href="/ai/nksrj.html" title="AIGC内容检测平台的未来发展趋势 | AI原创度检测技术展望">AIGC内容检测平台的未来发展趋势 | AI原创度检测技术展望</a> </h4> <div class="text-xs text-gray-400 mt-1"> 2025-06-28 </div> </div> </div><div class="new-article flex items-center py-2 border-b border-gray-800 last:border-b-0"> <span class="text-primary font-bold text-sm mr-3 w-6">06</span> <div class="flex-1"> <h4 class="text-sm hover:text-primary transition-colors line-clamp-1"> <a href="/ai/knsss.html" title="2025最新Prompt Engineering教程,高级写作公式与原创秘诀">2025最新Prompt Engineering教程,高级写作公式与原创秘诀</a> </h4> <div class="text-xs text-gray-400 mt-1"> 2025-06-28 </div> </div> </div><div class="new-article flex items-center py-2 border-b border-gray-800 last:border-b-0"> <span class="text-primary font-bold text-sm mr-3 w-6">07</span> <div class="flex-1"> <h4 class="text-sm hover:text-primary transition-colors line-clamp-1"> <a href="/ai/jjmy.html" title="朱雀AI检测App隐私安全评测:本地处理还是云端?">朱雀AI检测App隐私安全评测:本地处理还是云端?</a> </h4> <div class="text-xs text-gray-400 mt-1"> 2025-06-28 </div> </div> </div><div class="new-article flex items-center py-2 border-b border-gray-800 last:border-b-0"> <span class="text-primary font-bold text-sm mr-3 w-6">08</span> <div class="flex-1"> <h4 class="text-sm hover:text-primary transition-colors line-clamp-1"> <a href="/ai/nnwme.html" title="2025年,代运营和自己运营的差距到底有多大?全面对比分析">2025年,代运营和自己运营的差距到底有多大?全面对比分析</a> </h4> <div class="text-xs text-gray-400 mt-1"> 2025-06-28 </div> </div> </div><div class="new-article flex items-center py-2 border-b border-gray-800 last:border-b-0"> <span class="text-primary font-bold text-sm mr-3 w-6">09</span> <div class="flex-1"> <h4 class="text-sm hover:text-primary transition-colors line-clamp-1"> <a href="/ai/kmmmw.html" title="AI内容检测免费工具有哪些?为什么我最终选择了付费的第五AI?">AI内容检测免费工具有哪些?为什么我最终选择了付费的第五AI?</a> </h4> <div class="text-xs text-gray-400 mt-1"> 2025-06-28 </div> </div> </div><div class="new-article flex items-center py-2 border-b border-gray-800 last:border-b-0"> <span class="text-primary font-bold text-sm mr-3 w-6">10</span> <div class="flex-1"> <h4 class="text-sm hover:text-primary transition-colors line-clamp-1"> <a href="/ai/ektek.html" title="小绿书养号失败的常见原因:对照检查,你的公众号养号策略对了吗?">小绿书养号失败的常见原因:对照检查,你的公众号养号策略对了吗?</a> </h4> <div class="text-xs text-gray-400 mt-1"> 2025-06-28 </div> </div> </div> </div> </div> <!-- 固定部分:从AI工具推荐开始 --> <div class="lg:sticky lg:top-24 lg:self-start lg:h-fit space-y-8"> <!-- AI工具推荐 --> <div class="bg-dark-light rounded-xl p-5"> <h3 class="text-lg font-bold mb-5">AI工具推荐</h3> <div class="space-y-4"> <!-- 工具1 --> <a href="https://www.diwuai.com/tools/rewrite-tool?inviteCode=8f14e45f" target="_blank" class="tool-item bg-dark rounded-lg p-3 flex items-center hover:border-l-4 hover:border-primary transition-all cursor-pointer block"> <div class="tool-icon w-10 h-10 rounded bg-primary/20 flex items-center justify-center text-primary"> <i class="fa fa-paint-brush"></i> </div> <div class="ml-3 flex-1"> <h4 class="font-medium text-sm">过降ai过朱雀检测</h4> <p class="text-gray-400 text-xs">100%消除AI痕迹,提升原创性</p> </div> <span class="ml-auto text-xs bg-primary/20 hover:bg-primary/30 text-primary px-2 py-1 rounded transition-colors"> 使用 </span> </a> <!-- 工具2 --> <a href="https://www.diwuai.com/tools/article-generate?inviteCode=8f14e45f" target="_blank" class="tool-item bg-dark rounded-lg p-3 flex items-center hover:border-l-4 hover:border-primary transition-all cursor-pointer block"> <div class="tool-icon w-10 h-10 rounded bg-primary/20 flex items-center justify-center text-primary"> <i class="fa fa-file-text-o"></i> </div> <div class="ml-3 flex-1"> <h4 class="font-medium text-sm">AI写作助手 批量创作</h4> <p class="text-gray-400 text-xs">100%写出没有ai味文章 可智能配图</p> </div> <span class="ml-auto text-xs bg-primary/20 hover:bg-primary/30 text-primary px-2 py-1 rounded transition-colors"> 使用 </span> </a> <!-- 工具3 --> <a href="https://www.diwuai.com/tools/ai-text-detection?inviteCode=8f14e45f" target="_blank" class="tool-item bg-dark rounded-lg p-3 flex items-center hover:border-l-4 hover:border-primary transition-all cursor-pointer block"> <div class="tool-icon w-10 h-10 rounded bg-primary/20 flex items-center justify-center text-primary"> <i class="fa fa-code"></i> </div> <div class="ml-3 flex-1"> <h4 class="font-medium text-sm">朱雀ai大模型检测无限版</h4> <p class="text-gray-400 text-xs">和朱雀检测结果相似度高达99%</p> </div> <span class="ml-auto text-xs bg-primary/20 hover:bg-primary/30 text-primary px-2 py-1 rounded transition-colors"> 使用 </span> </a> <!-- 工具4 --> <a href="https://www.diwuai.com/tools/text-similarity?inviteCode=8f14e45f" target="_blank" class="tool-item bg-dark rounded-lg p-3 flex items-center hover:border-l-4 hover:border-primary transition-all cursor-pointer block"> <div class="tool-icon w-10 h-10 rounded bg-primary/20 flex items-center justify-center text-primary"> <i class="fa fa-video-camera"></i> </div> <div class="ml-3 flex-1"> <h4 class="font-medium text-sm">文章原创度检测对比</h4> <p class="text-gray-400 text-xs">AI大模型检测文本相似度</p> </div> <span class="ml-auto text-xs bg-primary/20 hover:bg-primary/30 text-primary px-2 py-1 rounded transition-colors"> 使用 </span> </a> <!-- 工具5 --> <a href="https://www.diwuai.com/md/?inviteCode=8f14e45f" target="_blank" class="tool-item bg-dark rounded-lg p-3 flex items-center hover:border-l-4 hover:border-primary transition-all cursor-pointer block"> <div class="tool-icon w-10 h-10 rounded bg-primary/20 flex items-center justify-center text-primary"> <i class="fa fa-music"></i> </div> <div class="ml-3 flex-1"> <h4 class="font-medium text-sm">markdown编辑器</h4> <p class="text-gray-400 text-xs">AI智能配图 免费使用</p> </div> <span class="ml-auto text-xs bg-primary/20 hover:bg-primary/30 text-primary px-2 py-1 rounded transition-colors"> 使用 </span> </a> </div> </div> <!-- 网站介绍卡片 --> <div class="bg-gradient-to-br from-primary/30 to-dark rounded-xl p-5 text-center"> <div class="w-16 h-16 bg-primary/20 rounded-full flex items-center justify-center text-primary mx-auto mb-4"> <i class="fa fa-info-circle text-2xl"></i> </div> <h3 class="font-bold mb-2">关于AIGC资讯</h3> <p class="text-gray-300 text-sm mb-4">专业的AI生成内容资讯平台,提供最新AIGC技术动态、工具评测和行业洞察</p> <a href="https://www.diwuai.com?inviteCode=8f14e45f" target="_blank" class="bg-primary hover:bg-primary/90 text-white hover:text-white w-full py-2 rounded-lg transition-colors block text-center no-underline"> 立即注册 </a> <p class="text-gray-400 text-xs mt-3">加入我们,探索AI时代的无限可能</p> </div> </div> </div> </div> </div> <!-- JavaScript 功能 --> <script> // 字体大小调整 document.addEventListener('DOMContentLoaded', function() { const content = document.getElementById('article-content'); const fontDec = document.getElementById('font-dec'); const fontInt = document.getElementById('font-int'); const fontInc = document.getElementById('font-inc'); let fontSize = 16; // 默认字体大小 fontDec.addEventListener('click', function(e) { e.preventDefault(); if (fontSize > 12) { fontSize -= 2; content.style.fontSize = fontSize + 'px'; } }); fontInt.addEventListener('click', function(e) { e.preventDefault(); fontSize = 16; content.style.fontSize = fontSize + 'px'; }); fontInc.addEventListener('click', function(e) { e.preventDefault(); if (fontSize < 24) { fontSize += 2; content.style.fontSize = fontSize + 'px'; } }); }); // 分享功能 function Share(pType) { var pTitle = "BNC 检索工具高级用法:词性标注及 TEI 编码支持教学指南"; var pImage = "https://www.aishici8.comhttps://cdn.yyp.net/wp-content/uploads/2025/06/5f4cbaf7b8f25356e672e558c89c91d4.jpg"; var pContent = "?BNC检索工具高级用法:词性标注及TEI编码支持教学指南?一、先搞懂BNC检索工具到底是啥好多人刚开始接触BNC检索工具,可能就觉得它是个能搜英文语料的平台。其实啊,这工具可厉害着呢,它背后是英国国"; var pUrl = window.location.href; switch (pType) { case "sina": var url = "//service.weibo.com/share/share.php?title=" + encodeURIComponent("「" + pTitle + "」" + pContent + " 阅读详情" + pUrl) + "&pic=" + pImage + "&appkey=&searchPic=true"; window.open(url, '_blank', 'width=600,height=400'); break; case "tqq": var url = "//connect.qq.com/widget/shareqq/index.html?url=" + encodeURIComponent(pUrl) + "&title=" + encodeURIComponent(pTitle) + "&pics=" + pImage; window.open(url, '_blank', 'width=600,height=400'); break; } } // 点赞功能 document.addEventListener('DOMContentLoaded', function() { const likeBtn = document.querySelector('.action-btn'); if (likeBtn) { likeBtn.addEventListener('click', function() { const span = this.querySelector('span'); const currentCount = parseInt(span.textContent.match(/\d+/)[0]); span.textContent = `点赞 (${currentCount + 1})`; this.classList.add('bg-primary/30'); this.classList.remove('bg-primary/20'); }); } }); // 移动端菜单功能已在 new-theme.js 中处理 </script> <!-- 海报生成功能 --> <script src="/ai/static/js/html2canvas.min.js"></script> <!-- 海报生成功能 --> <script> var poster_open = "on"; var txt1 = "长按识别二维码查看详情"; var txt2 = "前沿AIGC资讯"; var comiis_poster_start_wlat = 0; document.addEventListener('DOMContentLoaded', function() { const posterBtns = document.querySelectorAll('.comiis_poster_a'); posterBtns.forEach(btn => { btn.addEventListener('click', function(e) { e.preventDefault(); show_comiis_poster_ykzn(); }); }); }); function show_comiis_poster_ykzn() { if (comiis_poster_start_wlat == 0) { comiis_poster_start_wlat = 1; // 创建加载提示 const loadingDiv = document.createElement('div'); loadingDiv.className = 'fixed inset-0 bg-black/80 flex items-center justify-center z-50'; loadingDiv.innerHTML = ` <div class="bg-dark-light rounded-xl p-8 text-center"> <div class="animate-spin w-8 h-8 border-2 border-primary border-t-transparent rounded-full mx-auto mb-4"></div> <p class="text-white">正在生成海报,请稍候...</p> </div> `; document.body.appendChild(loadingDiv); // 创建海报内容 const posterContent = document.createElement('div'); posterContent.className = 'poster-content'; posterContent.style.cssText = ` position: absolute; left: -9999px; top: -9999px; width: 600px; background: linear-gradient(135deg, #1A1A1A 0%, #2C2C2E 100%); padding: 40px; border-radius: 20px; color: white; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; `; posterContent.innerHTML = ` <div style="text-align: center; margin-bottom: 30px;"> <img src="https://cdn.yyp.net/wp-content/uploads/2025/06/5f4cbaf7b8f25356e672e558c89c91d4.jpg" style="width: 100%; height: 300px; object-fit: cover; border-radius: 15px; margin-bottom: 20px;"> <h1 style="font-size: 24px; font-weight: bold; margin: 0 0 15px 0; line-height: 1.4;">BNC 检索工具高级用法:词性标注及 TEI 编码支持教学指南</h1> <p style="color: #8E8E93; font-size: 16px; line-height: 1.6; margin: 0;">?BNC检索工具高级用法:词性标注及TEI编码支持教学指南?一、先搞懂BNC检索工具到底是啥好多人刚开始接触BNC检索工具,可能就觉得它是个能搜英文语料的平台。其实啊,这工具可厉害着呢,它背后是英国国家语料库(BritishNationalCorpus),里面攒了超过一亿词的真实英语文本,从小说、报...</p> </div> <div style="display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #404040; padding-top: 20px;"> <div> <div style="color: #FF3B30; font-weight: bold; font-size: 18px;">前沿AIGC资讯</div> <div style="color: #8E8E93; font-size: 14px;">专业AI生成内容资讯平台</div> </div> <div style="text-align: center;"> <img src="/ai/plugin/api.php?url=https%3A%2F%2Fwww.aishici8.com%2Fai%2Fmynts.html" style="width: 80px; height: 80px; border-radius: 10px;"> <div style="color: #8E8E93; font-size: 12px; margin-top: 5px;"></div> </div> </div> `; document.body.appendChild(posterContent); // 生成海报 setTimeout(() => { html2canvas(posterContent, { scale: 2, useCORS: true, backgroundColor: null }).then(canvas => { document.body.removeChild(loadingDiv); document.body.removeChild(posterContent); // 显示生成的海报 const posterModal = document.createElement('div'); posterModal.className = 'fixed inset-0 bg-black/80 flex items-center justify-center z-50 p-4'; posterModal.innerHTML = ` <div class="bg-dark-light rounded-xl p-6 max-w-md w-full text-center"> <h3 class="text-xl font-bold mb-4">海报生成成功</h3> <img src="${canvas.toDataURL('image/jpeg', 0.9)}" class="w-full rounded-lg mb-4" style="max-height: 400px; object-fit: contain;"> <p class="text-gray-400 text-sm mb-4">长按上图保存到相册分享</p> <button class="bg-primary hover:bg-primary/90 text-white px-6 py-2 rounded-lg transition-colors" onclick="this.closest('.fixed').remove(); comiis_poster_start_wlat = 0;"> 关闭 </button> </div> `; document.body.appendChild(posterModal); // 点击背景关闭 posterModal.addEventListener('click', function(e) { if (e.target === posterModal) { document.body.removeChild(posterModal); comiis_poster_start_wlat = 0; } }); }).catch(error => { document.body.removeChild(loadingDiv); document.body.removeChild(posterContent); alert('海报生成失败,请重试'); comiis_poster_start_wlat = 0; }); }, 1000); } } </script> <!-- 统计代码 --> <script src="/ai/tj.php?id=mynts"></script> <!-- 页脚 --> <footer class="footer bg-dark-light border-t border-gray-800 mt-12"> <div class="p-4 md:p-10"> <div class="grid grid-cols-1 md:grid-cols-4 gap-6 md:gap-8"> <div> <h3 class="text-xl font-bold flex items-center mb-4"> <span class="text-primary mr-2"><i class="fa fa-bolt"></i></span> <span>前沿AIGC资讯</span> </h3> <p class="text-gray-400 text-sm mb-4">追踪AIGC前沿动态,洞察AI生成内容发展趋势。专业的AI生成内容资讯平台,为您提供最新AIGC技术动态、AI工具评测、深度分析和行业洞察。</p> <div class="flex space-x-4"> <a href="#" class="text-gray-400 hover:text-primary transition-colors" title="微博"><i class="fa fa-weibo"></i></a> <a href="#" class="text-gray-400 hover:text-primary transition-colors" title="微信"><i class="fa fa-wechat"></i></a> <a href="#" class="text-gray-400 hover:text-primary transition-colors" title="QQ"><i class="fa fa-qq"></i></a> <a href="/ai/feed.php" class="text-gray-400 hover:text-primary transition-colors" title="RSS订阅"><i class="fa fa-rss"></i></a> </div> </div> <div> <h4 class="font-medium mb-4">内容分类</h4> <div class="grid grid-cols-5 gap-2 text-sm text-gray-400"> <a target="_blank" href="https://www.diwuai.com/md/?inviteCode=8f14e45f" class="hover:text-primary transition-colors text-center">#markdown编辑器</a> <a target="_blank" href="https://www.diwuai.com/prompt/?inviteCode=8f14e45f" class="hover:text-primary transition-colors text-center">#提示词优化器</a> <a target="_blank" href="https://www.diwuai.com/tools/rewrite-tool?inviteCode=8f14e45f" class="hover:text-primary transition-colors text-center">#降低ai过朱雀检测</a> <a target="_blank" href="https://www.diwuai.com/tools/ai-text-detection?inviteCode=8f14e45f" class="hover:text-primary transition-colors text-center">#朱雀大模型检测</a> <a target="_blank" href="https://www.diwuai.com/tools/sensitive-check?inviteCode=8f14e45f" class="hover:text-primary transition-colors text-center">#违禁词免费检测</a> <a target="_blank" href="https://www.diwuai.com/tools/article-generate?inviteCode=8f14e45f" class="hover:text-primary transition-colors text-center">#零ai值文章创作</a> <a target="_blank" href="https://www.diwuai.com/tools/article-batch-generate?inviteCode=8f14e45f" class="hover:text-primary transition-colors text-center">#文章批量创作全自动</a> <a target="_blank" href="https://www.diwuai.com/tools/title-generate?inviteCode=8f14e45f" class="hover:text-primary transition-colors text-center">#自媒体标题创作神器</a> </div> </div> <div> <h4 class="font-medium mb-4">站点导航</h4> <div class="grid grid-cols-5 gap-2 text-sm text-gray-400"> <a target="_blank" href="/ai/" class="hover:text-primary transition-colors text-center">首页</a> <a target="_blank" href="https://www.diwuai.com/?inviteCode=8f14e45f" class="hover:text-primary transition-colors text-center">第五ai</a> <a target="_blank" href="https://www.diwuai.com/search/hot-articles?inviteCode=8f14e45f" class="hover:text-primary transition-colors text-center">自媒体库</a> <a target="_blank" href="https://www.diwuai.com/search/low-read?inviteCode=8f14e45f" class="hover:text-primary transition-colors text-center">低粉爆文</a> <a target="_blank" href="https://www.diwuai.com/hotlist?inviteCode=8f14e45f" class="hover:text-primary transition-colors text-center">全网热搜词</a> <a target="_blank" href="https://www.diwuai.com/rank?inviteCode=8f14e45f" class="hover:text-primary transition-colors text-center">公众号榜单</a> </div> </div> <div> <h4 class="font-medium mb-4">联系信息</h4> <ul class="space-y-2 text-sm text-gray-400"> <li class="flex items-center"><i class="fa fa-envelope-o mr-2 text-primary"></i> contact@aiinsight.com</li> <li class="flex items-center"><i class="fa fa-map-marker mr-2 text-primary"></i> 中国·北京</li> <li class="flex items-center"><i class="fa fa-clock-o mr-2 text-primary"></i> 7×24小时服务</li> </ul> <div class="mt-4"> <p class="text-xs text-gray-500 mb-2">安全运行 <span id="site-days">0</span> 天</p> </div> </div> </div> <div class="border-t border-gray-800 mt-8 pt-6 text-center text-gray-500 text-sm"> <p class="mb-2"> Copyright <i class="fa fa-copyright"></i> 2025 前沿AIGC资讯. 保留所有权利。 </p> <p class="text-xs"> 本站内容来源于互联网,仅供学习交流使用。如有侵权,请联系我们删除。 <a href="#" class="text-primary hover:text-primary/80 ml-2">隐私政策</a> <a href="#" class="text-primary hover:text-primary/80 ml-2">使用条款</a> </p> </div> </div> </footer> </main> </div> <!-- 返回顶部按钮 --> <div class="fixed bottom-6 right-6 z-50"> <button id="back-to-top" class="bg-primary hover:bg-primary/90 text-white w-12 h-12 rounded-full shadow-lg flex items-center justify-center transition-all duration-300 opacity-0 invisible transform translate-y-4"> <i class="fa fa-angle-up text-lg"></i> </button> </div> <div id="ly_cache" data-id="mynts"></div> </body> </html>