0
  • 聊天消息
  • 系統(tǒng)消息
  • 評論與回復(fù)
登錄后你可以
  • 下載海量資料
  • 學(xué)習(xí)在線課程
  • 觀看技術(shù)視頻
  • 寫文章/發(fā)帖/加入社區(qū)
會(huì)員中心
創(chuàng)作中心

完善資料讓更多小伙伴認(rèn)識你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示

終于有了!大規(guī)模中文NLP語料庫!

DPVg_AI_era ? 來源:lq ? 2019-02-14 08:52 ? 次閱讀

本文介紹一個(gè)中文自然語言處理語料庫項(xiàng)目:nlp_chinese_corpus ,初步貢獻(xiàn)了幾個(gè)已經(jīng)預(yù)處理好的中文語料,包括維基、新聞和百科語料,可直接下載使用。

眾所周知,中文NLP領(lǐng)域缺乏高質(zhì)量的中文語料。作者徐亮(實(shí)在智能算法專家) 創(chuàng)建了一個(gè)中文自然語言處理語料庫項(xiàng)目:nlp_chinese_corpus ,初步貢獻(xiàn)了幾個(gè)已經(jīng)預(yù)處理好的中文語料,包括維基、新聞和百科語料。

大規(guī)模中文自然語言處理語料 Large Scale Chinese Corpus for NLP

https://github.com/brightmart/nlp_chinese_corpus

為中文自然語言處理領(lǐng)域發(fā)展貢獻(xiàn)語料

貢獻(xiàn)中文語料,請聯(lián)系:nlp_chinese_corpus@163.com

語料庫將會(huì)不斷擴(kuò)充。。。

一期目標(biāo):10個(gè)百萬級中文語料 & 3個(gè)千萬級中文語料(2019年5月1號)

二期目標(biāo):30個(gè)百萬級中文語料 & 10個(gè)千萬級中文語料 & 1個(gè)億級中文語料(2019年12月31日)

為什么需要這個(gè)項(xiàng)目

中文的信息無處不在,但如果想要獲得大量的中文語料,卻是不太容易,有時(shí)甚至非常困難。在2019年初這個(gè)時(shí)點(diǎn)上,

普通的從業(yè)者、研究人員或?qū)W生,并沒有一個(gè)比較好的渠道獲得極大量的中文語料。筆者想要訓(xùn)練一個(gè)中文的詞向量,

在百度和github上上搜索了好久,收獲卻很少:要么語料的量級太小,要么數(shù)據(jù)過于成舊,或需要的處理太復(fù)雜。

不知道你是否也遇到了這樣的問題?

我們這個(gè)項(xiàng)目,就是為了解決這一問題貢獻(xiàn)微薄之力。

維基百科(wiki2019zh) ---- 新聞?wù)Z料(news2016zh) ---- 百科問答(baike2018qa)

1. 維基百科json版(wiki2019zh)

104萬個(gè)詞條(1,043,224條; 原始文件大小1.6G,壓縮文件519M;數(shù)據(jù)更新時(shí)間:2019.2.7)

點(diǎn)此下載:https://pan.baidu.com/s/1uPMlIY3vhusdnhAge318TA

可能的用途:

可以做為通用中文語料,做預(yù)訓(xùn)練的語料或構(gòu)建詞向量,也可以用于構(gòu)建知識問答。

結(jié)構(gòu):

{"id":,"url":,"title":,"<a href="http://wenjunhu.com/tags/te/" target="_blank"><u>te</u></a>xt":<text>} 其中,title是詞條的標(biāo)題,text是正文;通過" "換行。</p> <p style="text-indent: 2em;"> 例子:</p> <p style="text-indent: 2em;"> {"id": "53", "url": "https://zh.wikipedia.org/wiki?curid=53", "title": "經(jīng)濟(jì)學(xué)", "text": "經(jīng)濟(jì)學(xué) 經(jīng)濟(jì)學(xué)是一門對<a target="_blank"><u>產(chǎn)品</u></a>和服務(wù)的生產(chǎn)、分配以及消費(fèi)進(jìn)行研究的社會(huì)科學(xué)。西方語言中的“經(jīng)濟(jì)學(xué)”一詞源于古希臘的。 經(jīng)濟(jì)學(xué)注重的是研究經(jīng)濟(jì)行為者在一個(gè)經(jīng)濟(jì)體系下的行為,以及他們彼此之間的互動(dòng)。在現(xiàn)代,經(jīng)濟(jì)學(xué)的教材通常將這門領(lǐng)域的研究分為總體經(jīng)濟(jì)學(xué)和個(gè)體經(jīng)濟(jì)學(xué)。微觀經(jīng)濟(jì)學(xué)檢視一個(gè)社會(huì)里基本層次的行為,包括個(gè)體的行為者(例如個(gè)人、<a target="_blank"><u>公司</u></a>、買家或賣家)以及與市場的互動(dòng)。而宏觀經(jīng)濟(jì)學(xué)則分析整個(gè)經(jīng)濟(jì)體和其議題,包括失業(yè)、通貨膨脹、經(jīng)濟(jì)成長、財(cái)政和貨幣政策等。..."}</p> <p style="text-indent: 2em;"> 效果:</p> <p style="text-indent: 2em;"> 經(jīng)濟(jì)學(xué) 經(jīng)濟(jì)學(xué)是一門對產(chǎn)品和服務(wù)的生產(chǎn)、分配以及消費(fèi)進(jìn)行研究的社會(huì)科學(xué)。西方語言中的“經(jīng)濟(jì)學(xué)”一詞源于古希臘的。 經(jīng)濟(jì)學(xué)注重的是研究經(jīng)濟(jì)行為者在一個(gè)經(jīng)濟(jì)體系下的行為,以及他們彼此之間的互動(dòng)。在現(xiàn)代,經(jīng)濟(jì)學(xué)的教材通常將這門領(lǐng)域的研究分為總體經(jīng)濟(jì)學(xué)和個(gè)體經(jīng)濟(jì)學(xué)。微觀經(jīng)濟(jì)學(xué)檢視一個(gè)社會(huì)里基本層次的行為,包括個(gè)體的行為者(例如個(gè)人、公司、買家或賣家)以及與市場的互動(dòng)。而宏觀經(jīng)濟(jì)學(xué)則分析整個(gè)經(jīng)濟(jì)體和其議題,包括失業(yè)、通貨膨脹、經(jīng)濟(jì)成長、財(cái)政和貨幣政策等。 其他的對照還包括了實(shí)證經(jīng)濟(jì)學(xué)(研究「是什么」)以及規(guī)范經(jīng)濟(jì)學(xué)(研究「應(yīng)該是什么」)、經(jīng)濟(jì)理論與實(shí)用經(jīng)濟(jì)學(xué)、行為經(jīng)濟(jì)學(xué)與理性選擇經(jīng)濟(jì)學(xué)、主流經(jīng)濟(jì)學(xué)(研究理性-個(gè)體-均衡等)與非主流經(jīng)濟(jì)學(xué)(研究體制-歷史-社會(huì)結(jié)構(gòu)等)。 經(jīng)濟(jì)學(xué)的分析也被用在其他各種領(lǐng)域上,主要領(lǐng)域包括了商業(yè)、金融、和政府等,但同時(shí)也包括了如健康、犯罪、教育、法律、政治、社會(huì)架構(gòu)、宗教、戰(zhàn)爭、和科學(xué)等等。到了21世紀(jì)初,經(jīng)濟(jì)學(xué)在社會(huì)科學(xué)領(lǐng)域各方面不斷擴(kuò)張影響力,使得有些學(xué)者諷刺地稱其為「經(jīng)濟(jì)學(xué)帝國主義」。 在現(xiàn)代對于經(jīng)濟(jì)學(xué)的定義有數(shù)種說法,其中有許多說法因?yàn)榘l(fā)展自不同的領(lǐng)域或理論而有截然不同的定義,蘇格蘭哲學(xué)家和經(jīng)濟(jì)學(xué)家亞當(dāng)·斯密在1776年將政治經(jīng)濟(jì)學(xué)定義為「國民財(cái)富的性質(zhì)和原因的研究」,他說: 讓-巴蒂斯特·賽伊在1803年將經(jīng)濟(jì)學(xué)從公共政策里獨(dú)立出來,并定義其為對于財(cái)富之生產(chǎn)、分配、和消費(fèi)的學(xué)問。另一方面,托馬斯·卡萊爾則諷刺的稱經(jīng)濟(jì)學(xué)為「憂郁的科學(xué)」(Dismal science),不過這一詞最早是由馬爾薩斯在1798年提出。約翰·斯圖爾特·密爾在1844年提出了一個(gè)以社會(huì)科學(xué)定義經(jīng)濟(jì)學(xué)的角度: .....</p> <p align="center"> <img src="http://file.elecfans.com/web1/M00/85/48/pIYBAFxkvAeAPBXsAAF3JcDrujk932.png" /></p> <p style="text-indent: 2em;"> 2. 新聞?wù)Z料json版(news2016zh)</p> <p style="text-indent: 2em;"> 250萬篇新聞( 原始數(shù)據(jù)9G,壓縮文件3.6G;新聞內(nèi)容跨度:2014-2016年)</p> <p style="text-indent: 2em;"> 點(diǎn)此下載:https://pan.baidu.com/share/init?surl=LJeq1dkA0wmYd9ZGZw72Xg 密碼: film</p> <p style="text-indent: 2em;"> 數(shù)據(jù)描述</p> <p style="text-indent: 2em;"> 包含了250萬篇新聞。新聞來源涵蓋了6.3萬個(gè)媒體,含標(biāo)題、關(guān)鍵詞、描述、正文。</p> <p style="text-indent: 2em;"> 數(shù)據(jù)集劃分:數(shù)據(jù)去重并分成三個(gè)部分。訓(xùn)練集:243萬;驗(yàn)證集:7.7萬;測試集,數(shù)萬,不提供下載。</p> <p style="text-indent: 2em;"> 可能的用途:</p> <p style="text-indent: 2em;"> 可以做為【通用中文語料】,訓(xùn)練【詞向量】或做為【預(yù)訓(xùn)練】的語料; 也可以用于訓(xùn)練【標(biāo)題生成】模型,或訓(xùn)練【關(guān)鍵詞生成】模型(選關(guān)鍵詞內(nèi)容不同于標(biāo)題的數(shù)據(jù)); 亦可以通過新聞渠道區(qū)分出新聞的類型。</p> <p style="text-indent: 2em;"> 結(jié)構(gòu):</p> <p style="text-indent: 2em;"> {'news_id': <news_id>,'title':<title>,'content':<content>,'source': <source>,'time':<time>,'keywords': <keywords>,'desc': <desc>, 'desc': <desc>} 其中,title是新聞標(biāo)題,content是正文,keywords是關(guān)鍵詞,desc是描述,source是新聞的來源,time是發(fā)布時(shí)間</p> <p style="text-indent: 2em;"> 例子:</p> <p style="text-indent: 2em;"> {"news_id": "610130831", "keywords": "導(dǎo)游,門票","title": "故宮淡季門票40元 “黑導(dǎo)游”賣外地客140元", "desc": "近日有網(wǎng)友微博爆料稱,故宮午門廣場售票處出現(xiàn)“黑導(dǎo)游”,專門向外地游客出售高價(jià)門票。昨日,記者實(shí)地探訪故宮,發(fā)現(xiàn)“黑導(dǎo)游”確實(shí)存在。窗口出售", "source": "新華網(wǎng)", "time": "03-22 12:00", "content": "近日有網(wǎng)友微博爆料稱,故宮午門廣場售票處出現(xiàn)“黑導(dǎo)游”,專門向外地游客出售高價(jià)門票。昨日,記者實(shí)地探訪故宮,發(fā)現(xiàn)“黑導(dǎo)游”確實(shí)存在。窗口出售40元的門票,被“黑導(dǎo)游”加價(jià)出售,最高加到140元。故宮方面表示,請游客務(wù)必通過正規(guī)渠道購買門票,避免上當(dāng)受騙遭受損失。目前單筆門票購買流程不過幾秒鐘,耐心排隊(duì)購票也不會(huì)等待太長時(shí)間。....再反彈”的態(tài)勢,打擊黑導(dǎo)游需要游客配合,通過正規(guī)渠道購買門票。"}</p> <p align="center"> <img src="http://file.elecfans.com/web1/M00/85/48/pIYBAFxkvAiAfmmpAACE8Ma8IUU919.png" /></p> <p style="text-indent: 2em;"> 3.百科類問答json版(baike2018qa)</p> <p style="text-indent: 2em;"> 150萬個(gè)問答( 原始數(shù)據(jù)1G多,壓縮文件663M;數(shù)據(jù)更新時(shí)間:2018年)</p> <p style="text-indent: 2em;"> 點(diǎn)此下載:https://pan.baidu.com/s/12TCEwC_Q3He65HtPKN17cA 密碼:fu45</p> <p style="text-indent: 2em;"> 數(shù)據(jù)描述</p> <p style="text-indent: 2em;"> 含有150萬個(gè)問題和答案,每個(gè)問題屬于一個(gè)類別??偣灿?92個(gè)類別,其中頻率達(dá)到或超過10次的類別有434個(gè)。</p> <p style="text-indent: 2em;"> 數(shù)據(jù)集劃分:數(shù)據(jù)去重并分成三個(gè)部分。訓(xùn)練集:142.5萬;驗(yàn)證集:4.5萬;測試集,數(shù)萬,不提供下載。</p> <p style="text-indent: 2em;"> 可能的用途:</p> <p style="text-indent: 2em;"> 可以做為通用中文語料,訓(xùn)練詞向量或做為預(yù)訓(xùn)練的語料;也可以用于構(gòu)建百科類問答;其中類別信息比較有用,可以用于做監(jiān)督訓(xùn)練,從而構(gòu)建 更好句子表示的模型、句子相似性任務(wù)等。</p> <p style="text-indent: 2em;"> 結(jié)構(gòu):</p> <p style="text-indent: 2em;"> {"qid":<qid>,"category":<category>,"title":<title>,"desc":<desc>,"answer":<answer>} 其中,category是問題的類型,title是問題的標(biāo)題,desc是問題的描述,可以為空或與標(biāo)題內(nèi)容一致。</p> <p style="text-indent: 2em;"> 例子:</p> <p style="text-indent: 2em;"> {"qid": "qid_2540946131115409959", "category": "生活知識", "title": "冬天進(jìn)補(bǔ)好一些呢,還是夏天進(jìn)步好啊? ", "desc": "", "answer": "你好! 當(dāng)然是冬天進(jìn)補(bǔ)好的了,夏天人體的胃處于收縮狀態(tài),不適宜大量的進(jìn)補(bǔ),所以我們有時(shí)候說:“夏天就要吃些清淡的,就是這個(gè)道理的?!? 不過,秋季進(jìn)補(bǔ)要注意“四忌” 一忌多多益善。任何補(bǔ)藥服用過量都有害。認(rèn)為“多吃補(bǔ)藥,有病治病,無病強(qiáng)身”是不的。過量進(jìn)補(bǔ)會(huì)加重脾胃、肝臟負(fù)擔(dān)。在夏季里,人們由于喝冷飲,常食凍品,多有脾胃功能減弱的現(xiàn)象,這時(shí)候如果突然大量進(jìn)補(bǔ),會(huì)驟然加重脾胃及肝臟的負(fù)擔(dān),使長期處于疲弱的消化器官難于承受,導(dǎo)致消化器官功能紊亂。 二忌以藥代食。重藥物輕食物的做法是不科學(xué)的,許多食物也是好的滋補(bǔ)品。如多吃薺菜可治療高血壓;多吃蘿卜可健胃消食,順氣寬胸;多吃山藥能補(bǔ)脾胃。日常食用的胡桃、芝麻、花生、紅棗、扁豆等也是進(jìn)補(bǔ)的佳品。 三忌越貴越好。每個(gè)人的身體狀況不同,因此與之相適應(yīng)的補(bǔ)品也是不同的。價(jià)格昂貴的補(bǔ)品如燕窩、人參之類并非對每個(gè)人都適合。每種進(jìn)補(bǔ)品都有一定的對象和適應(yīng)癥,應(yīng)以實(shí)用有效為滋補(bǔ)原則,缺啥補(bǔ)啥。 四忌只補(bǔ)肉類。秋季適當(dāng)食用牛羊肉進(jìn)補(bǔ)效果好。但經(jīng)過夏季后,由于脾胃尚未完全恢復(fù)到正常功能,因此過于油膩的食品不易消化吸收。另外,體內(nèi)過多的脂類、糖類等物質(zhì)堆積可能誘發(fā)心腦血管病。"}</p> <p align="center"> <img src="http://file.elecfans.com/web1/M00/85/48/pIYBAFxkvAmASea5AAC8CFmF0pY642.png" /></p> <p style="text-indent: 2em;"> 公開評測:</p> <p style="text-indent: 2em;"> 歡迎報(bào)告模型在驗(yàn)證集上的準(zhǔn)確率。任務(wù)1: 類別預(yù)測。</p> <p style="text-indent: 2em;"> 報(bào)告包括:#1)驗(yàn)證集上準(zhǔn)確率;#2)采用的模型、方法描述、運(yùn)行方式,1頁P(yáng)DF;#3)可運(yùn)行的源代碼(可選)</p> <p style="text-indent: 2em;"> 基于#2和#3,我們會(huì)在測試集上做測試,并報(bào)告測試集上的準(zhǔn)確率;只提供了#1和#2的隊(duì)伍,驗(yàn)證集上的成績依然可以被顯示出來,但會(huì)被標(biāo)記為未驗(yàn)證。</p> <p style="text-indent: 2em;"> 貢獻(xiàn)語料/Contribution</p> <p style="text-indent: 2em;"> 貢獻(xiàn)中文語料,請發(fā)送郵件至nlp_chinese_corpus@163.com</p> <p style="text-indent: 2em;"> 為了共同建立一個(gè)大規(guī)模開放共享的中文語料庫,以促進(jìn)中文自然語言處理領(lǐng)域的發(fā)展,凡提供語料并被采納到該項(xiàng)目中,</p> <p style="text-indent: 2em;"> 除了會(huì)列出貢獻(xiàn)者名單(可選)外,我們會(huì)根據(jù)語料的質(zhì)量和量級,選出前20個(gè)同學(xué),結(jié)合您的意愿,寄出鍵盤、鼠標(biāo)、</p> <p style="text-indent: 2em;"> 顯示屏、無線耳機(jī)、<a href="http://wenjunhu.com/tags/智能音箱/" target="_blank"><u>智能音箱</u></a>或其他等值的物品,以表示對貢獻(xiàn)者的感謝。</p> <p style="text-indent: 2em;"> <a target="_blank"><u>ad</u></a>d your chinese corpus here by sending us an email</p> <p style="text-indent: 2em;"> if there is any issue regarding the data, you <a target="_blank"><u>can</u></a> also cont<a target="_blank"><u>ac</u></a>t with us, we will process it. thank you for your unde<a href="http://wenjunhu.com/tags/rs/" target="_blank"><u>rs</u></a>tanding.</p> <p style="text-indent: 2em;"> Reference</p> <p style="text-indent: 2em;"> 利用<a href="http://wenjunhu.com/tags/python/" target="_blank"><u>Python</u></a>構(gòu)建Wiki中文語料詞向量模型試驗(yàn)</p> <p style="text-indent: 2em;"> A tool for extracting plain text from Wikipedia du<a href="http://wenjunhu.com/tags/mps/" target="_blank"><u>mps</u></a></p> <p style="text-indent: 2em;"> Open Chinese convert (OpenCC) in pure Python:開放中文轉(zhuǎn)換</p> <p style="text-indent: 2em;"> dumps of wiki, latest in chinese</p> </div> <div id="dvztrjd" class="statement2"> 聲明:本文內(nèi)容及配圖由入駐作者撰寫或者入駐合作網(wǎng)站授權(quán)轉(zhuǎn)載。文章觀點(diǎn)僅代表作者本人,不代表電子發(fā)燒友網(wǎng)立場。文章及其配圖僅供工程師學(xué)習(xí)之用,如有內(nèi)容侵權(quán)或者其他違規(guī)問題,請聯(lián)系本站處理。 <a class="complaint handleJumpBy" href="/about/tousu.html" target="_blank">舉報(bào)投訴</a> </div> <ul class="hot-main clearfix" style="text-align: right; "> <li data-href="http://wenjunhu.com/tags/自然語言處理/"> <span>自然語言處理</span> <div id="d9hrlfx" class="hot-des"> <div id="b79pxfl" class="detail"> <div id="7l7zvfl" class="top clearfix"> <div id="nx7hb7b" class="lf title"> <a href="http://wenjunhu.com/tags/自然語言處理" target="_blank">自然語言處理</a> </div> <div id="h795pvb" class="lf attend advertTagId" data-id="149713">+關(guān)注</div> </div> <div class="nlrxzrl" id="tag_desc_button149713"></div> <div id="9ltd9n9" class="clearfix des-detail"> <div id="xhnhpxt" class="lf"> <p>關(guān)注</p> <span>1</span> </div> <div id="79lhdzf" class="lf"> <p>文章</p> <span>619</span> </div> <div id="9tpj9n9" class="lf"> <p>瀏覽量</p> <span>13575</span> </div> </div> </div> </div> </li><li data-href="http://wenjunhu.com/tags/nlp/"> <span>nlp</span> <div id="979tltb" class="hot-des"> <div id="fh79dn7" class="detail"> <div id="9d57bjr" class="top clearfix"> <div id="7xfhbxr" class="lf title"> <a href="http://wenjunhu.com/tags/nlp" target="_blank">nlp</a> </div> <div id="vzphldx" class="lf attend advertTagId" data-id="169604">+關(guān)注</div> </div> <div class="pdpzv7v" id="tag_desc_button169604"></div> <div id="j7rzfbx" class="clearfix des-detail"> <div id="z5vrntz" class="lf"> <p>關(guān)注</p> <span>1</span> </div> <div id="n7p75hl" class="lf"> <p>文章</p> <span>489</span> </div> <div id="99tnhph" class="lf"> <p>瀏覽量</p> <span>22052</span> </div> </div> </div> </div> </li> </ul> <!-- 廣告中臺(tái) --> <div id="z9zhbln" class="articleContentFooterAD" style="display: none; margin: 20px 0 0 0;"></div> <div id="fz9hxtb" class="wx_detail"> <p>原文標(biāo)題:中文NLP福利!大規(guī)模中文自然語言處理語料</p> <p>文章出處:【微信號:AI_era,微信公眾號:新智元】歡迎添加關(guān)注!文章轉(zhuǎn)載請注明出處。</p> </div> </div> <div id="7pjdn9p" class="art-share-layout mt18" id="shareAddPcb"> <div id="7fntpj5" class="clearfix"> <a href="javascript:;" class="art-collect J_bottom-coll J_coll-btn" style="visibility:visible">收藏</a> <span id="v7nhn9x" class="ml15 fb"><span id="f755vd7" class="J_stownum"></span>人收藏</span> <div id="dnxvr7z" class="bdsharebuttonbox fr"> <div id="t7r97vf" class="share-web-qrcode--detail fl"> <i class="share-web-qrcode--share-icon"></i> <div id="9x5lfzf" class="share-web-qrcode--bubble"> <div id="97fzrld" class="share-web-qrcode--bubble-inner"> <p class="qrcode-copy-title">掃一掃,分享給好友</p> <div id="dvbjjrt" class="qrcode-image"></div> <div id="t7l7bj9" class="qrcode-copy-link"><span>復(fù)制鏈接分享</span></div> </div> </div> </div> </div> </div> <a class="art-like-up J_bottom-like J_like-btn" href="javascript:;"></a> <ul class="art-like-u"></ul> </div> <!-- comment Begin --> <div id="tbrx9jd" class="comment-list detaildzs_list" id="comment"> <h2 class="title2">評論</h2> </div><!-- comment End --> <div id="nbrtz9f" class="c-form" id="cForm"> <!-- 未登錄 --> <p class="c-login special-login">發(fā)布評論請先 <a href="javascript:;">登錄</a></p> </div> <div id="dhnhzv7" class="article-list"> <p>相關(guān)推薦</p> <div id="jldvd97" class="article" style="padding-left: 0px;"> <h2 class="title"> <a target="_blank" > <b class='flag-5'>中文</b>版《CMOS超<b class='flag-5'>大規(guī)模</b>集成電路設(shè)計(jì)》第4版</a> </h2> <div id="ppjj9lr" class="summary">` 本帖最后由 chenchu0910 于 2015-5-28 12:01 編輯 <b class='flag-5'>中文</b>版CMOS超<b class='flag-5'>大規(guī)模</b>集成電路設(shè)計(jì)第4版附件都要下載才能解壓縮沒有權(quán)限限制<b class='flag-5'>了</b>`</div> <div id="bhzfjph" class="info"> <span id="j9vnf5v" class="fby">發(fā)表于</span> 11-24 18:24 <!-- <span id="lf9f7b7" class="art_click_count" data-id=""></span>次閱讀 --> </div> </div> <div id="bzpj7v9" class="article" style="padding-left: 0px;"> <h2 class="title"> <a target="_blank" > 簡單有效的多標(biāo)準(zhǔn)<b class='flag-5'>中文</b>分詞詳解</a> </h2> <div id="zhj9zhp" class="summary">,<b class='flag-5'>語料庫</b>往往珍稀且珍貴。具體到<b class='flag-5'>中文</b>分詞,也是如此。為了做出一個(gè)實(shí)用的系統(tǒng),不光需要高效的算法,<b class='flag-5'>大規(guī)模</b><b class='flag-5'>語料庫</b>也必不可少。然而對于缺乏經(jīng)費(fèi)的研究團(tuán)隊(duì)和個(gè)人,卻往往只能得到sighan200</div> <div id="7jpxtpj" class="info"> <span id="h9tn9dz" class="fby">發(fā)表于</span> 12-28 14:39 <!-- <span id="dj7fxbh" class="art_click_count" data-id=""></span>次閱讀 --> </div> </div> <div id="bhxpvbv" class="article" style="padding-left: 0px;"> <h2 class="title"> <a target="_blank" > pyhanlp文本分類與情感分析</a> </h2> <div id="d9d9tzr" class="summary">) throws IllegalArgumentException, IOException;例如:每個(gè)分類里面都是一些文本文檔。任何滿足此格式的<b class='flag-5'>語料庫</b>都可以直接加載。數(shù)據(jù)集實(shí)現(xiàn)考慮到<b class='flag-5'>大規(guī)模</b>訓(xùn)練的時(shí)候</div> <div id="bfvpfpv" class="info"> <span id="vbf9tpx" class="fby">發(fā)表于</span> 02-20 15:37 <!-- <span id="777zfxr" class="art_click_count" data-id=""></span>次閱讀 --> </div> </div> <div id="7bvjdl7" class="article" style="padding-left: 0px;"> <h2 class="title"> <a target="_blank" > <b class='flag-5'>大規(guī)模</b>MIMO的性能</a> </h2> <div id="zhbfbjb" class="summary">軌跡產(chǎn)生的容量斜坡仍然比需求線平坦。面對此挑戰(zhàn),3GPP 標(biāo)準(zhǔn)實(shí)體近來提出了數(shù)據(jù)容量“到2020 年增長1000 倍”的目標(biāo),以滿足演進(jìn)性或革命性創(chuàng)意的需要。這種概念要求基站部署極<b class='flag-5'>大規(guī)模</b>的天線陣</div> <div id="97txfjj" class="info"> <span id="t5hpvrv" class="fby">發(fā)表于</span> 07-17 07:54 <!-- <span id="7tnhhpj" class="art_click_count" data-id=""></span>次閱讀 --> </div> </div> <div id="zrv77nv" class="article" style="padding-left: 0px;"> <h2 class="title"> <a target="_blank" > NLPIR平臺(tái)提供快捷簡便的語義分析工具</a> </h2> <div id="vbtrn7h" class="summary">提供的都是自然語言 處理云服務(wù)平臺(tái),要求使用者上傳待處理的<b class='flag-5'>語料庫</b>,如騰訊<b class='flag-5'>NLP</b>云服務(wù)、百度 <b class='flag-5'>NLP</b>云服務(wù)。云端存儲(chǔ)的數(shù)據(jù)資源脫離了上傳者后,數(shù)據(jù)確權(quán)上沒有法律保障, 存在數(shù)據(jù)泄露并被竊取濫用的巨大隱患</div> <div id="llflfzf" class="info"> <span id="zhnf9bh" class="fby">發(fā)表于</span> 11-12 17:27 <!-- <span id="xbfhxt9" class="art_click_count" data-id=""></span>次閱讀 --> </div> </div> <div id="lpv9rbl" class="article" style="padding-left: 0px;"> <h2 class="title"> <a target="_blank" > Flair如何使用加載<b class='flag-5'>語料庫</b></a> </h2> <div id="hdptjfl" class="summary">工具篇Flair之使用加載<b class='flag-5'>語料庫</b>教程</div> <div id="rvlpv9t" class="info"> <span id="pvp77d7" class="fby">發(fā)表于</span> 04-27 10:03 <!-- <span id="9tdxfbt" class="art_click_count" data-id=""></span>次閱讀 --> </div> </div> <div id="ldlrlfj" class="article" style="padding-left: 0px;"> <h2 class="title"> <a href="http://wenjunhu.com/soft/study/yl/2009/2009042222708.html" target="_blank" > 中醫(yī)漢英雙語<b class='flag-5'>語料庫</b>平臺(tái)</a> </h2> <div id="5fjrzjf" class="summary">構(gòu)建中醫(yī)漢英雙語<b class='flag-5'>語料庫</b>平臺(tái)并介紹其主要功能。該平臺(tái)以經(jīng)典中醫(yī)文獻(xiàn)<b class='flag-5'>語料</b>為生<b class='flag-5'>語料</b>,通過<b class='flag-5'>語料</b>匹配程序和智能自增詞典等技術(shù)實(shí)現(xiàn)<b class='flag-5'>語料</b>加工入庫功能,運(yùn)用</div> <div id="trtxbhn" class="info"> <span id="zbztlrh" class="fby">發(fā)表于</span> 04-22 09:01 <!-- <span id="pvx57n5" class="art_click_count" data-id=""></span>次閱讀 --> <span id="99j9hzt" class="sp">?</span><span id="xpvphnh" class="" data-id="">19</span>次下載 </div> </div> <div id="779ndnf" class="article" style="padding-left: 0px;"> <h2 class="title"> <a href="http://wenjunhu.com/soft/study/ms/2017/20170309495043.html" target="_blank" > 面向<b class='flag-5'>中文語料庫</b>的模式檢索研究邱冰</a> </h2> <div id="7bjph9t" class="summary">面向<b class='flag-5'>中文語料庫</b>的模式檢索研究_邱冰</div> <div id="nd9dxfx" class="info"> <span id="zztbdzb" class="fby">發(fā)表于</span> 03-15 08:00 <!-- <span id="zzphzt7" class="art_click_count" data-id=""></span>次閱讀 --> <span id="jrhlrv9" class="sp">?</span><span id="7rhpj9f" class="" data-id="">0</span>次下載 </div> </div> <div id="7jptldn" class="article" > <h2 class="title"> <a href="http://wenjunhu.com/soft/study/net/2017/20171204593422.html" target="_blank" > 雙語協(xié)同<b class='flag-5'>中文</b>關(guān)系抽取方法</a> </h2> <div id="fxnrxf7" class="summary">針對在<b class='flag-5'>中文</b>資源的關(guān)系抽取中,由于<b class='flag-5'>中文</b>長句句式復(fù)雜,句法特征提取難度大、準(zhǔn)確度低等問題,提出了一種基于平行<b class='flag-5'>語料庫</b>的雙語協(xié)同<b class='flag-5'>中文</b>關(guān)系抽取方法。首先在中英雙語平行</div> <div id="rj9n7dl" class="info"> <span id="bfnx5jn" class="fby">發(fā)表于</span> 12-04 14:56 <!-- <span id="z9p7p7h" class="art_click_count" data-id=""></span>次閱讀 --> <span id="97lr9x7" class="sp">?</span><span id="p9x7dxd" class="" data-id="">0</span>次下載 </div> <a href="http://wenjunhu.com/soft/study/net/2017/20171204593422.html" class="thumb" target="_blank"> <img src="https://file.elecfans.com/web2/M00/49/71/poYBAGKhwLSALy2KAAAZq9emRgo911.jpg" alt="雙語協(xié)同<b class='flag-5'>中文</b>關(guān)系抽取方法" /> </a> </div> <div id="9nfl7f9" class="article" > <h2 class="title"> <a href="http://wenjunhu.com/soft/study/inbuilt/2017/20171205594453.html" target="_blank" > 漢語口語互動(dòng)分級<b class='flag-5'>語料庫</b>的構(gòu)建</a> </h2> <div id="hldv7pv" class="summary">介紹<b class='flag-5'>了</b>一個(gè)漢語口語互動(dòng)分級<b class='flag-5'>語料庫</b>的構(gòu)建工作。該<b class='flag-5'>語料庫</b>為國內(nèi)首個(gè)漢語口語互動(dòng)分級<b class='flag-5'>語料庫</b>,記錄了測試環(huán)境下學(xué)生口語互動(dòng)的實(shí)際情況。<b class='flag-5'>語料庫</b>由超過1</div> <div id="phn9dnv" class="info"> <span id="lnvp7nj" class="fby">發(fā)表于</span> 12-05 13:43 <!-- <span id="hnjbhlh" class="art_click_count" data-id=""></span>次閱讀 --> <span id="p9nx75j" class="sp">?</span><span id="vrvlr97" class="" data-id="">0</span>次下載 </div> <a href="http://wenjunhu.com/soft/study/inbuilt/2017/20171205594453.html" class="thumb" target="_blank"> <img src="https://file.elecfans.com/web2/M00/49/72/poYBAGKhwLWAKbkZAAAZO-gJmFU205.jpg" alt="漢語口語互動(dòng)分級<b class='flag-5'>語料庫</b>的構(gòu)建" /> </a> </div> <div id="h7vxfxt" class="article" > <h2 class="title"> <a href="http://wenjunhu.com/soft/20/2018/20180702703742.html" target="_blank" > 嬰幼兒<b class='flag-5'>語料庫</b>人工智能技術(shù)的詳細(xì)<b class='flag-5'>中文</b>資料概述</a> </h2> <div id="7xfj7h7" class="summary">人類嬰兒由于出生時(shí)過于虛弱,不具備主動(dòng)接近成人的行為能力,因此在9個(gè)月之前,其主要通過哭聲吸引成人的注意,并向成人表達(dá)他的需求。嬰幼兒<b class='flag-5'>語料庫</b>是按照一定采樣標(biāo)準(zhǔn)采集的電子數(shù)據(jù)集合,隨著大數(shù)據(jù)時(shí)代的到來</div> <div id="zrxp9f5" class="info"> <span id="d5l79t7" class="fby">發(fā)表于</span> 07-02 08:00 <!-- <span id="rxfvdlf" class="art_click_count" data-id=""></span>次閱讀 --> <span id="dlpv7zt" class="sp">?</span><span id="lldz7h7" class="" data-id="">3</span>次下載 </div> <a href="http://wenjunhu.com/soft/20/2018/20180702703742.html" class="thumb" target="_blank"> <img src="https://file.elecfans.com/web1/M00/56/16/pIYBAFs5jAqAL2LSAABTiAuFpOg353.png" alt="嬰幼兒<b class='flag-5'>語料庫</b>人工智能技術(shù)的詳細(xì)<b class='flag-5'>中文</b>資料概述" /> </a> </div> <div id="97tz77d" class="article" style="padding-left: 0px;"> <h2 class="title"> <a href="http://wenjunhu.com/d/1216228.html" target="_blank" > 一些<b class='flag-5'>中文</b><b class='flag-5'>NLP</b>領(lǐng)域,構(gòu)建<b class='flag-5'>語料</b>的經(jīng)驗(yàn)和技巧</a> </h2> <div id="9jbh77b" class="summary">雖然通過這些途徑,能夠搜集到不少的<b class='flag-5'>NLP</b><b class='flag-5'>語料</b>,但這些“現(xiàn)成”的<b class='flag-5'>語料</b>往往與我們需要解決的 <b class='flag-5'>NLP</b> 問題不太一致,因此我們還得想辦法去變一些<b class='flag-5'>語料</b></div> <div id="vnhltzl" class="info"> <a class="face s" href="" target="_blank" rel="nofollow"> <img src="" alt="的頭像"/> </a> <span id="ljntjbv" class="fby">發(fā)表于</span> 05-12 09:57 <!-- <span id="9z7bhlt" class="art_click_count" data-id=""></span>次閱讀 --> <span id="tzrx77f" class="sp">?</span><span id="tfl9jfz" class="" data-id="">4433</span>次閱讀 </div> </div> <div id="n7jztzf" class="article" style="padding-left: 0px;"> <h2 class="title"> <a href="http://wenjunhu.com/d/1870873.html" target="_blank" > 利用對比前綴控制文本生成以及長文本生成的動(dòng)態(tài)內(nèi)容規(guī)劃</a> </h2> <div id="lbtzd99" class="summary">一些最新的研究表明,預(yù)訓(xùn)練語言模型(PLM)可以通過自我監(jiān)督的預(yù)訓(xùn)練從<b class='flag-5'>大規(guī)模</b><b class='flag-5'>語料庫</b>中自動(dòng)獲取知識,然后將學(xué)到的知識編碼到模型參數(shù)中。然而,由于詞匯量有限,PLM難以從<b class='flag-5'>大規(guī)模</b><b class='flag-5'>語料庫</b>中回憶</div> <div id="jnpxplf" class="info"> <a class="face s" href="" target="_blank" rel="nofollow"> <img src="" alt="的頭像"/> </a> <span id="r7phpvp" class="fby">發(fā)表于</span> 08-02 15:06 <!-- <span id="vlfnjr7" class="art_click_count" data-id=""></span>次閱讀 --> <span id="9tzfzd5" class="sp">?</span><span id="xdz9xrz" class="" data-id="">1454</span>次閱讀 </div> </div> <div id="tvxzdjp" class="article" style="padding-left: 0px;"> <h2 class="title"> <a href="http://wenjunhu.com/d/2422148.html" target="_blank" > 數(shù)據(jù)<b class='flag-5'>語料庫</b>、算法框架和算力芯片在AI大模型中的作用和影響</a> </h2> <div id="9dn75fz" class="summary">數(shù)據(jù)<b class='flag-5'>語料庫</b>、算法框架和算力芯片的確是影響AI大模型發(fā)展的三大重要因素。</div> <div id="97lprbh" class="info"> <a class="face s" href="" target="_blank" rel="nofollow"> <img src="" alt="的頭像"/> </a> <span id="xnf5xpj" class="fby">發(fā)表于</span> 03-01 09:42 <!-- <span id="9hblvbv" class="art_click_count" data-id=""></span>次閱讀 --> <span id="zrhzrlp" class="sp">?</span><span id="rhjptn7" class="" data-id="">1138</span>次閱讀 </div> </div> <div id="vp9lh95" class="article" style="padding-left: 0px;"> <h2 class="title"> <a href="http://wenjunhu.com/d/3842212.html" target="_blank" > <b class='flag-5'>nlp</b>自然語言處理框架有哪些</a> </h2> <div id="9brzfbx" class="summary">語言中最著名的<b class='flag-5'>NLP</b><b class='flag-5'>庫</b>之一,由Steven Bird、Ewan Klein和Edward Loper等人開發(fā)。NLTK提供<b class='flag-5'>了</b>豐富的資源,包括文本處理、<b class='flag-5'>語料庫</b>、</div> <div id="zrvdhpj" class="info"> <a class="face s" href="" target="_blank" rel="nofollow"> <img src="" alt="的頭像"/> </a> <span id="zp97djd" class="fby">發(fā)表于</span> 07-09 10:28 <!-- <span id="vr9tb99" class="art_click_count" data-id=""></span>次閱讀 --> <span id="zdjnjd5" class="sp">?</span><span id="phz79xd" class="" data-id="">580</span>次閱讀 </div> </div> </div> </div><!-- .main-wrap --> </article> <aside class="aside"> <!-- 非專欄 --> <input type="hidden" name="zl_mp" value="0"> <div class="vjb9fnf" id="new-adsm-berry" ></div> <div class="h9j9zjf" id="new-company-berry"></div> <!-- 推薦文章【主站文章顯示這個(gè)】 --> <div id="z9pvpv9" class="aside-section"> <div id="77t9jpl" class="aside-section-head"> <h3 class="aside-section-name">精選推薦</h3> <a class="aside-section-more" id="recMore" href="http://wenjunhu.com/d/">更多<i class="arrow_right"></i></a> </div> <div id="vv7rnjr" class="aside-section-body"> <ul class="article-rec-tabs"> <li data-index="0" class="is-active">文章</li> <li data-index="2" >資料</li> <li data-index="3" >帖子</li> </ul> <!-- 文章默認(rèn)展示 start --> <ul class="article-rec-content is-active"> <li id="7xp5r5l" class="article-rec-item"> <div id="hj9f9jd" class="col-right"> <h4 class="text-title"> <a href="http://wenjunhu.com/d/6428215.html" target="_blank"> <span>基于FPGA的實(shí)時(shí)時(shí)鐘設(shè)計(jì)</span> </a> </h4> <div id="llhphdz" class="text-content"> <a class="text-name" href="http://wenjunhu.com/d/user/4624266/" target="_blank">FPGA技術(shù)江湖</a> <div id="n79xztl" class="text-date">1小時(shí)前</div> <div id="vbf99rx" class="text-view">97 閱讀</div> </div> </div> </li><li id="r799nh7" class="article-rec-item"> <div id="vflpjp7" class="col-right"> <h4 class="text-title"> <a href="http://wenjunhu.com/d/6428180.html" target="_blank"> <span>數(shù)模轉(zhuǎn)換器的應(yīng)用和工作原理</span> </a> </h4> <div id="z9zp5jf" class="text-content"> <a class="text-name" href="http://wenjunhu.com/d/user/5699718/" target="_blank">巨霖</a> <div id="v9vnf7f" class="text-date">2小時(shí)前</div> <div id="pfntnhf" class="text-view">143 閱讀</div> </div> </div> </li><li id="7xpjn95" class="article-rec-item"> <div id="nrbvdh9" class="col-right"> <h4 class="text-title"> <a href="http://wenjunhu.com/d/6428091.html" target="_blank"> <span>圖像顯示專用驅(qū)動(dòng)芯片ZDP1440系列小技巧-如何提升環(huán)形進(jìn)度條幀率</span> </a> </h4> <div id="t7tzvrl" class="text-content"> <a class="text-name" href="http://wenjunhu.com/d/user/4997303/" target="_blank">立功科技</a> <div id="fj9nvn9" class="text-date">2小時(shí)前</div> <div id="9bh5fnf" class="text-view">144 閱讀</div> </div> </div> </li><li id="xnvpt97" class="article-rec-item"> <div id="5fhnhbt" class="col-right"> <h4 class="text-title"> <a href="http://wenjunhu.com/d/6427973.html" target="_blank"> <span>擴(kuò)頻時(shí)鐘技術(shù)分享:SSC技術(shù)是什么、SSC對測試高速總線信號的影響</span> </a> </h4> <div id="znvbxrb" class="text-content"> <a class="text-name" href="http://wenjunhu.com/d/user/4997104/" target="_blank">美國力科TeledyneLeCroy</a> <div id="99vpjf5" class="text-date">5小時(shí)前</div> <div id="v7pvrzf" class="text-view">186 閱讀</div> </div> </div> </li><li id="99bhjfl" class="article-rec-item"> <div id="ptjbtlf" class="col-right"> <h4 class="text-title"> <a href="http://wenjunhu.com/d/6426738.html" target="_blank"> <span>安森美解讀SiC制造都有哪些挑戰(zhàn)?粉末純度、SiC晶錠一致性</span> </a> </h4> <div id="xpjbhnf" class="text-content"> <a class="text-name" href="http://wenjunhu.com/d/user/2599850/" target="_blank">安森美</a> <div id="7vpfntx" class="text-date">22小時(shí)前</div> <div id="f7hlnjd" class="text-view">345 閱讀</div> </div> </div> </li> </ul> <!-- 文章 end --> <!-- 方案默認(rèn)展示 start --> <!-- 方案 end --> <ul class="article-rec-content"> <li id="jj95tjf" class="article-rec-item"> <div id="dztnt7f" class="col-left"> <div id="zdjd9b7" class="icon-type rar"></div> </div> <div id="xlpxnx7" class="col-right"> <h4 class="text-title"> <a href="http://wenjunhu.com/soft/22/23/2008/200807315722.html" target="_blank"> <span>protel99se正式漢化版免費(fèi)下載</span> </a> </h4> <div id="nbfzdzx" class="text-content"> <a class="text-name" target="_blank">xgshao</a> <div id="pp9779d" class="text-date">78.4 MB</div> <div id="7ntnr7v" class="text-date">免費(fèi)</div> <div id="zrjdltd" class="text-down">0下載</div> </div> </div> </li><li id="j77fxdn" class="article-rec-item"> <div id="9jd9nvr" class="col-left"> <div id="jvrxnjn" class="icon-type pdf"></div> </div> <div id="x7zv9xr" class="col-right"> <h4 class="text-title"> <a href="http://wenjunhu.com/soft/33/2017/20170424510433.html" target="_blank"> <span>給初級工程師們的一封信—如何成為硬件高手</span> </a> </h4> <div id="rl9jpvp" class="text-content"> <a class="text-name" target="_blank">Hx</a> <div id="pvlhbj7" class="text-date">282KB</div> <div id="pvx9txf" class="text-date">1積分</div> <div id="jbrlhbz" class="text-down">103下載</div> </div> </div> </li><li id="fvnfjfv" class="article-rec-item"> <div id="7ftbz9n" class="col-left"> <div id="pfx95fx" class="icon-type zip"></div> </div> <div id="bf9jdjf" class="col-right"> <h4 class="text-title"> <a href="http://wenjunhu.com/soft/Mec/2022/202204201823050.html" target="_blank"> <span>ShadowNode在嵌入式設(shè)備運(yùn)行Node.js應(yīng)用</span> </a> </h4> <div id="bbvx7tp" class="text-content"> <a class="text-name" target="_blank">陸軍航空兵</a> <div id="rhltnjx" class="text-date">8.23 MB</div> <div id="5d9fbtz" class="text-date">2積分</div> <div id="vtxb95d" class="text-down">1下載</div> </div> </div> </li><li id="ndl99z9" class="article-rec-item"> <div id="dpjnvdv" class="col-left"> <div id="d7xfp9p" class="icon-type zip"></div> </div> <div id="xjbvbjr" class="col-right"> <h4 class="text-title"> <a href="http://wenjunhu.com/soft/Mec/2022/202205131833159.html" target="_blank"> <span>BinderHub從git repo commit構(gòu)建Docker鏡像</span> </a> </h4> <div id="9h5fzjp" class="text-content"> <a class="text-name" target="_blank">好名字</a> <div id="brntxtp" class="text-date">1.32 MB</div> <div id="zrxtn5p" class="text-date">2積分</div> <div id="t7d9dvf" class="text-down">1下載</div> </div> </div> </li><li id="zrt759b" class="article-rec-item"> <div id="b7rldnh" class="col-left"> <div id="btvdxjn" class="icon-type zip"></div> </div> <div id="rhx77vr" class="col-right"> <h4 class="text-title"> <a href="http://wenjunhu.com/soft/Mec/2022/202205201836046.html" target="_blank"> <span>Viper Browser輕量級Qt瀏覽器</span> </a> </h4> <div id="bdl9jpl" class="text-content"> <a class="text-name" target="_blank">哈哈哈</a> <div id="dl9vf75" class="text-date">3.90 MB</div> <div id="d75jpxr" class="text-date">免費(fèi)</div> <div id="fpv9hpz" class="text-down">0下載</div> </div> </div> </li> </ul> <!-- 資料 end --> <!-- 帖子默認(rèn)展示 start --> <ul class="article-rec-content"> <li id="t79hrjt" class="article-rec-item"> <div id="7x7f5vd" class="col-right"> <h4 class="text-title"> <a target="_blank"> <span>【書籍評測活動(dòng)NO.54】典型電子電路設(shè)計(jì)與測試</span> </a> </h4> <div id="zhnh97v" class="text-content"> <a class="text-name" target="_blank">ElecFans小喇叭</a> <div id="x7f9t5b" class="text-date">17小時(shí)前</div> <div id="h97fz7t" class="text-view">201 閱讀</div> </div> </div> </li><li id="jhxr7t7" class="article-rec-item"> <div id="z9dztpj" class="col-right"> <h4 class="text-title"> <a target="_blank"> <span>求助一個(gè)光耦電路無法帶起負(fù)載的問題</span> </a> </h4> <div id="tzbjplr" class="text-content"> <a class="text-name" target="_blank">jf_14010696</a> <div id="9v79tdj" class="text-date">1天前</div> <div id="tdvzxld" class="text-view">502 閱讀</div> </div> </div> </li><li id="57tb5tl" class="article-rec-item"> <div id="9dvbfb7" class="col-right"> <h4 class="text-title"> <a target="_blank"> <span>【RA-Eco-RA4E2-64PIN-V1.0開發(fā)板試用】5、工業(yè)控制加熱設(shè)備部分程序初步移植</span> </a> </h4> <div id="vtl7hnl" class="text-content"> <a class="text-name" target="_blank">lustao</a> <div id="thjrvd9" class="text-date">1天前</div> <div id="5dtn95j" class="text-view">751 閱讀</div> </div> </div> </li><li id="ndnrhbj" class="article-rec-item"> <div id="ln9xfzj" class="col-right"> <h4 class="text-title"> <a target="_blank"> <span>AI模型部署邊緣設(shè)備的奇妙之旅:邊緣端設(shè)備的局域網(wǎng)視頻流傳輸方案</span> </a> </h4> <div id="vn7ltbj" class="text-content"> <a class="text-name" target="_blank">xxl1925</a> <div id="vzbjnjp" class="text-date">2天前</div> <div id="zrhxbjp" class="text-view">543 閱讀</div> </div> </div> </li><li id="vzfztpx" class="article-rec-item"> <div id="rbrbhbv" class="col-right"> <h4 class="text-title"> <a target="_blank"> <span>【米爾RK3576開發(fā)板評測】+項(xiàng)目名稱2、基于gstreamer + mpp硬件編碼 實(shí)現(xiàn)攝像頭推流</span> </a> </h4> <div id="r7rztlt" class="text-content"> <a class="text-name" target="_blank">jf_01801880</a> <div id="7ph7jrx" class="text-date">13天前</div> <div id="pfjrnrz" class="text-view">807 閱讀</div> </div> </div> </li> </ul> <!-- 帖子 end --> <!-- 視頻 start --> <!-- 視頻 end --> <!-- 話題 start --> <!-- 話題 end --> </div> </div> <!-- <div class="dhnj9dx" id="new-company-zone"></div> --> <div class="bfn9dlp" id="new-course-berry" ></div> <!-- 推薦專欄 --> <div id="n957p9j" class="aside-section dzs-article-column"> <div id="7ztxnzf" class="aside-section-head"> <h3 class="aside-section-name">推薦專欄</h3> <a class="aside-section-more" href="http://wenjunhu.com/d/column">更多<i class="arrow_right"></i></a> </div> <div id="b5bflvd" class="aside-section-body"> <ul class="dzs-article-column-list"></ul> </div> </div> <div class="bfv7vdl" id="new-webinar-berry"></div> <div class="zphzvrb" id="IndexRightBottom"></div> </aside> </section> <!-- Page #content End --> <input type="hidden" name="aid" id="webID" value="864841"> <!-- $article['store_flag'] = 15 為企業(yè)號 --> <input type="hidden" class="store_flag" value="0"> <input type="hidden" class="evip_type" value="0"> <!--企業(yè)號文章id --> <input type="hidden" class="evip_article_id" value=""> <!-- 企業(yè)號id --> <input type="hidden" class="evip_id" value=""> <!--- 企業(yè)號是否付費(fèi)1-是 0-否 ---> <input type="hidden" name="isPayEvip" class="isPayEvip" value="0"> <input type="hidden" class="vip-limit-read" value="0"> <input type="hidden" id="headerType" value="data"> <input type="hidden" id="details_right_hero" value="true"> <input type="hidden" id="currentUserID" value="" /> <div id="zp7pj7j" class="gather-bottom"></div> <link rel="stylesheet" href="/static/footer/footer.css?20230919" /> <div id="rjbhz9f" class="public-footer"> <div id="f9rlbjd" class="public-footer__hd"> <dl> <dt>華秋(原“華強(qiáng)聚豐”):</dt> <dd>電子發(fā)燒友</dd> <dd>華秋開發(fā)</dd> <dd>華秋電路(原"華強(qiáng)PCB")</dd> <dd>華秋商城(原"華強(qiáng)芯城")</dd> <dd>華秋智造</dd> </dl> <dl> <dd><a target="_blank" rel="nofollow">My ElecFans </a></dd> <dd><a target="_blank" href="http://wenjunhu.com/app/"> APP </a></li> <dd><a target="_blank" href="http://wenjunhu.com/about/sitemap.html">網(wǎng)站地圖</a></dd> </dl> </div> <div id="vf7dhp7" class="public-footer__main"> <dl> <dt>設(shè)計(jì)技術(shù)</dt> <dd><a href="http://wenjunhu.com/pld/" target="_blank">可編程邏輯</a></dd> <dd><a href="http://wenjunhu.com/article/83/" target="_blank">電源/新能源</a></dd> <dd><a href="http://wenjunhu.com/article/88/142/" target="_blank">MEMS/傳感技術(shù)</a></dd> <dd><a href="http://wenjunhu.com/article/85/" target="_blank">測量儀表</a></dd> <dd><a href="http://wenjunhu.com/emb/" target="_blank">嵌入式技術(shù)</a></dd> <dd><a href="http://wenjunhu.com/article/90/155/" target="_blank">制造/封裝</a></dd> <dd><a href="http://wenjunhu.com/analog/" target="_blank">模擬技術(shù)</a></dd> <dd><a href="http://wenjunhu.com/tongxin/rf/" target="_blank">RF/無線</a></dd> <dd><a href="http://wenjunhu.com/emb/jiekou/" target="_blank">接口/總線/驅(qū)動(dòng)</a></dd> <dd><a href="http://wenjunhu.com/emb/dsp/" target="_blank">處理器/DSP</a></dd> <dd><a href="http://wenjunhu.com/bandaoti/eda/" target="_blank">EDA/IC設(shè)計(jì)</a></dd> <dd><a href="http://wenjunhu.com/consume/cunchujishu/" target="_blank">存儲(chǔ)技術(shù)</a></dd> <dd><a href="http://wenjunhu.com/xianshi/" target="_blank">光電顯示</a></dd> <dd><a href="http://wenjunhu.com/emc_emi/" target="_blank">EMC/EMI設(shè)計(jì)</a></dd> <dd><a href="http://wenjunhu.com/connector/" target="_blank">連接器</a></dd> </dl> <dl> <dt>行業(yè)應(yīng)用</dt> <dd><a href="http://wenjunhu.com/led/" target="_blank">LEDs </a></dd> <dd><a href="http://wenjunhu.com/qichedianzi/" target="_blank">汽車電子</a></dd> <dd><a href="http://wenjunhu.com/video/" target="_blank">音視頻及家電</a></dd> <dd><a href="http://wenjunhu.com/tongxin/" target="_blank">通信網(wǎng)絡(luò)</a></dd> <dd><a href="http://wenjunhu.com/yiliaodianzi/" target="_blank">醫(yī)療電子</a></dd> <dd><a href="http://wenjunhu.com/rengongzhineng/" target="_blank">人工智能</a></dd> <dd><a href="http://wenjunhu.com/vr/" target="_blank">虛擬現(xiàn)實(shí)</a></dd> <dd><a href="http://wenjunhu.com/wearable/" target="_blank">可穿戴設(shè)備</a></dd> <dd><a href="http://wenjunhu.com/jiqiren/" target="_blank">機(jī)器人</a></dd> <dd><a href="http://wenjunhu.com/application/Security/" target="_blank">安全設(shè)備/系統(tǒng)</a></dd> <dd><a href="http://wenjunhu.com/application/Military_avionics/" target="_blank">軍用/航空電子</a></dd> <dd><a href="http://wenjunhu.com/application/Communication/" target="_blank">移動(dòng)通信</a></dd> <dd><a href="http://wenjunhu.com/kongzhijishu/" target="_blank">工業(yè)控制</a></dd> <dd><a href="http://wenjunhu.com/consume/bianxiedianzishebei/" target="_blank">便攜設(shè)備</a></dd> <dd><a href="http://wenjunhu.com/consume/chukongjishu/" target="_blank">觸控感測</a></dd> <dd><a href="http://wenjunhu.com/iot/" target="_blank">物聯(lián)網(wǎng)</a></dd> <dd><a href="http://wenjunhu.com/dianyuan/diandongche_xinnenyuan/" target="_blank">智能電網(wǎng)</a></dd> <dd><a href="http://wenjunhu.com/blockchain/" target="_blank">區(qū)塊鏈</a></dd> <dd><a href="http://wenjunhu.com/xinkeji/" target="_blank">新科技</a></dd> </dl> <dl> <dt>特色內(nèi)容</dt> <dd><a href="http://wenjunhu.com/d/column/" target="_blank">專欄推薦</a></dd> <dd><a target="_blank" >學(xué)院</a></dd> <dd><a target="_blank" >設(shè)計(jì)資源</a></dd> <dd><a target="_blank" href="http://wenjunhu.com/technical/">設(shè)計(jì)技術(shù)</a></dd> <dd><a target="_blank" href="http://wenjunhu.com/baike/">電子百科</a></dd> <dd><a target="_blank" href="http://wenjunhu.com/dianzishipin/">電子視頻</a></dd> <dd><a target="_blank" href="http://wenjunhu.com/yuanqijian/">元器件知識</a></dd> <dd><a target="_blank" href="http://wenjunhu.com/tools/">工具箱</a></dd> <dd><a target="_blank" href="http://wenjunhu.com/vip/#choose">VIP會(huì)員</a></dd> <dd><a target="_blank" href="http://wenjunhu.com/article/special/">最新技術(shù)文章</a></dd> </dl> <dl> <dt>社區(qū)</dt> <dd><a target="_blank" >小組</a></dd> <dd><a target="_blank" >論壇</a></dd> <dd><a target="_blank" >問答</a></dd> <dd><a target="_blank" >評測試用</a></dd> <dt><a target="_blank" >企業(yè)服務(wù)</a></dt> <dd><a target="_blank" >產(chǎn)品</a></dd> <dd><a target="_blank" >資料</a></dd> <dd><a target="_blank" >文章</a></dd> <dd><a target="_blank" >方案</a></dd> <dd><a target="_blank" >企業(yè)</a></dd> </dl> <dl> <dt>供應(yīng)鏈服務(wù)</dt> <dd><a target="_blank" href="http://wenjunhu.com/kf/">硬件開發(fā)</a></dd> <dd><a target="_blank" >華秋電路</a></dd> <dd><a target="_blank" >華秋商城</a></dd> <dd><a target="_blank" >華秋智造</a></dd> <dd><a target="_blank" >nextPCB</a></dd> <dd><a target="_blank" >BOM配單</a></dd> <dt>媒體服務(wù)</dt> <dd><a target="_blank" href="http://wenjunhu.com/about/service.html">網(wǎng)站廣告</a></dd> <dd><a target="_blank" >在線研討會(huì)</a></dd> <dd><a target="_blank" >活動(dòng)策劃</a></dd> <dd><a target="_blank" href="http://wenjunhu.com/news/">新聞發(fā)布</a></dd> <dd><a target="_blank" href="http://wenjunhu.com/xinpian/ic/">新品發(fā)布</a></dd> <dd><a target="_blank" href="http://wenjunhu.com/quiz/">小測驗(yàn)</a></dd> <dd><a target="_blank" href="http://wenjunhu.com/contest/">設(shè)計(jì)大賽</a></dd> </dl> <dl> <dt>華秋</dt> <dd><a target="_blank" href="http://wenjunhu.com/about/" rel="nofollow">關(guān)于我們</a></dd> <dd><a target="_blank" rel="nofollow">投資關(guān)系</a></dd> <dd><a target="_blank" rel="nofollow">新聞動(dòng)態(tài)</a></dd> <dd><a target="_blank" href="http://wenjunhu.com/about/zhaopin.html" rel="nofollow">加入我們</a></dd> <dd><a target="_blank" href="http://wenjunhu.com/about/contact.html" rel="nofollow">聯(lián)系我們</a></dd> <dd><a target="_blank" href="/about/tousu.html" rel="nofollow">舉報(bào)投訴</a></dd> <dt>社交網(wǎng)絡(luò)</dt> <dd><a target="_blank" rel="nofollow">微博</a></dd> <dt>移動(dòng)端</dt> <dd><a target="_blank" href="http://wenjunhu.com/app/">發(fā)燒友APP</a></dd> <dd><a target="_blank" >硬聲APP</a></dd> <dd><a target="_blank" >WAP</a></dd> </dl> <dl> <dt>聯(lián)系我們</dt> <dd class="small_tit">廣告合作</dd> <dd>王婉珠:<a href="mailto:wangwanzhu@elecfans.com">wangwanzhu@elecfans.com</a></dd> <dd class="small_tit">內(nèi)容合作</dd> <dd>黃晶晶:<a href="mailto:huangjingjing@elecfans.com">huangjingjing@elecfans.com</a></dd> <dd class="small_tit">內(nèi)容合作(海外)</dd> <dd>張迎輝:<a href="mailto:mikezhang@elecfans.com">mikezhang@elecfans.com</a></dd> <dd class="small_tit">供應(yīng)鏈服務(wù) PCB/IC/PCBA</dd> <dd>江良華:<a href="mailto:lanhu@huaqiu.com">lanhu@huaqiu.com</a></dd> <dd class="small_tit">投資合作</dd> <dd>曾海銀:<a href="mailto:zenghaiyin@huaqiu.com">zenghaiyin@huaqiu.com</a></dd> <dd class="small_tit">社區(qū)合作</dd> <dd>劉勇:<a href="mailto:liuyong@huaqiu.com">liuyong@huaqiu.com</a></dd> </dl> <ul class="qr-code"> <li> <p>關(guān)注我們的微信</p> <img src="/static/main/img/elecfans_code.jpg" alt="關(guān)注我們的微信" /> </li> <li> <p>下載發(fā)燒友APP</p> <img src="/static/main/img/elec_app_code.jpg" alt="下載發(fā)燒友APP" /> </li> <li> <p>電子發(fā)燒友觀察</p> <img src="/static/main/img/elec_focus_code.jpg" alt="電子發(fā)燒友觀察" /> </li> </ul> </div> <div id="tvntbt7" class="public-footer__ft"> <div id="775lf99" class="public-footer__ft-inner"> <a target="_blank" class="public-footer__ft-logo"> <img class="is-default" src="/static/footer/image/footer-01-default.png" alt="華秋電子" /> <img class="is-hover" src="/static/footer/image/footer-01.png" alt="華秋電子" /> </a> <div id="jrh9h7n" class="public-footer__ft-right"> <div id="9btphpv" class="public-footer__ft-item public-footer__ft-elecfans"> <div id="hvdvrzv" class="hd"> <a href="http://wenjunhu.com/" target="_blank"> <!-- <img class="is-default" src="/static/footer/image/footer-02-default.png" alt="華秋發(fā)燒友"> <img class="is-hover" src="/static/footer/image/footer-02.png" alt="華秋發(fā)燒友"> --> <div id="7jzbxt7" class="site_foot_img"> <img src="/static/footer/image/elecfans-logo.svg" alt="華秋發(fā)燒友"> </div> <div id="55zrzvd" class="site_foot_text">電子工程師社區(qū)</div> </a> </div> </div> <div id="7779fb9" class="public-footer__ft-item public-footer__ft-hqpcb"> <div id="hzr7bhp" class="hd"> <a target="_blank"> <div id="p7bvdn9" class="site_foot_img"> <img src="/static/footer/image/hqpcb-logo.svg" alt="華秋電路"> </div> <div id="jph5fzt" class="site_foot_text">1-32層PCB打樣·中小批量</div> </a> </div> </div> <div id="rzfzr77" class="public-footer__ft-item public-footer__ft-hqchip"> <div id="hhlp9jd" class="hd"> <a target="_blank"> <div id="zvnhxvb" class="site_foot_img"> <img src="/static/footer/image/hqchip-logo.svg" alt="華秋商城"> </div> <div id="pxzvnhx" class="site_foot_text">元器件現(xiàn)貨·全球代購·SmartBOM</div> </a> </div> </div> <div id="llnfzv9" class="public-footer__ft-item public-footer__ft-smt"> <div id="npjdflf" class="hd"> <a target="_blank"> <div id="j7hjplt" class="site_foot_img"> <img src="/static/footer/image/smt-logo.svg" alt="華秋智造"> </div> <div id="dhxbxfv" class="site_foot_text">SMT貼片·PCBA加工</div> </a> </div> </div> <div id="l7xzrnj" class="public-footer__ft-item public-footer__ft-nextpcb"> <div id="fzrbtfx" class="hd"> <a href="javascript:void(0)" class="next-pck-link"> <div id="jt9xfbj" class="site_foot_img"> <img src="/static/footer/image/nextpcb-logo.svg" alt="NextPCB"> </div> <div id="75b7tzj" class="site_foot_text">PCB Manufacturer</div> </a> </div> </div> <ul class="public-footer__ft-text"> <li><a target="_blank">華秋簡介</a></li> <li><a target="_blank">企業(yè)動(dòng)態(tài)</a></li> <li><a target="_blank">聯(lián)系我們</a></li> <li><a target="_blank">企業(yè)文化</a></li> <li><a target="_blank">企業(yè)宣傳片</a></li> <li><a target="_blank">加入我們</a></li> </ul> </div> </div> </div> <div id="9vbfnv9" class="public-footer__copyright"> <p>版權(quán)所有 ? 湖南華秋數(shù)字科技有限公司 </p> <p>長沙市望城經(jīng)濟(jì)技術(shù)開發(fā)區(qū)航空路6號手機(jī)智能終端產(chǎn)業(yè)園2號廠房3層(0731-88081133)</p> <a href="http://wenjunhu.com/">電子發(fā)燒友</a> <a href="http://wenjunhu.com/" target="_blank"><strong>(電路圖)</strong></a> <a target="_blank" rel="nofollow">湘公網(wǎng)安備43011202000918</a> <!-- <a href="http://wenjunhu.com/about/edi.html" target="_blank">電信與信息服務(wù)業(yè)務(wù)經(jīng)營許可證:合字B2-20210191</a> --> <a target="_blank" rel="nofollow"> <img src="http://skin.elecfans.com/images/ebsIcon.png" alt="工商網(wǎng)監(jiān)認(rèn)證">工商網(wǎng)監(jiān) </a> <a target="_blank" rel="nofollow">湘ICP備2023018690號-1</a> </div> <div><input type="hidden" value="0" name="arc_relate_vid"></div> </div> <link rel="stylesheet" href="/webapi/public/project/idt/iconfont/iconfont.css"> <script src="https://skin.elecfans.com/js/elecfans_jquery.js"></script> <script src="https://staticd.elecfans.com/js/plugins.js"></script> <script> (function () { postmessageScript() function postmessageScript() { /* * postmessage */ var con_net = "" if (window.location.href.indexOf(".net") > -1) { con_net = "net" } else { con_net = "com" } var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://passport.elecfans.' + con_net + '/public/pc/plugin/postmessage.js'; var body = document.getElementsByTagName("body").item(0); body.appendChild(script); } /* * 推薦文章無圖時(shí)樣式修改 * */ $(".article .thumb").each(function () { if ($(this).find('img').attr('src') == "") { $(this).find('img').remove(); $(this).parent().css('padding-left', '0px'); } }); /*百度分享*/ window._bd_share_config = { common: { bdText: '', //自定義分享內(nèi)容 bdDesc: '', //自定義分享摘要 bdPic: '' }, share: [{ "bdSize": 60 }] } with(document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = '']; })(); var add_url = '/d/article/write/'; var check_allow = "/d/api/iscantalk.html"; var click_items_length = $('.art_click_count').length; if (click_items_length > 0) { var id_str = ''; $('.art_click_count').each(function () { id_str += $(this).attr('data-id') + ','; }) var url = "/d/api/getclickbyids.html"; var id_data = 'id_str=' + id_str; $.ajax({ url: url, data: id_data, type: 'post', dataType: 'json', success: function (re) { if (re.list.length >= 1) { var list = re.list; for (var i in list) { var temp_id = list[i]['id']; var temp_span = $(".art_click_count[data-id=" + temp_id + "]") temp_span.html(list[i]['click']); } } } }) } function CheckLogin() { //alert(11) now_uid = ''; var ElecfansApi_checklogin = '/webapi/passport/checklogin'; var logout_url = "/d/login/logout.html"; var logout_url = 'https://bbs.elecfans.com/member.php?mod=logging&action=logout&refer=front'; $.get(ElecfansApi_checklogin, function (data, textStatus) { if (data != "") { EchoLoginInfo(data); CheckEmailInfo(data); data = $.parseJSON(data); now_uid = data.uid; /*var login_content = '<a href="/d/article/write/" class="btn write-article"><i class="icon-new-message"></i> 寫文章</a><div id="bhxzhbz" class="mine" id="mine"><a class="item user" href="/d/user/'+now_uid+'/"><img src="'+data.avatar+'" width="33" height="33" /> <strong>'+data.username+'</strong></a><div class="vzfjfbx" id="mymenu" class="my-menu"><a class="logout" href="'+logout_url+'" ><i class="icon-switch"></i> 退出</a></div></div>';*/ var login_content = '<a href="javascript:;" class="btn write-article" id="write_btn"><i class="icon-new-message"></i> 寫文章</a><div id="fjbj7tp" class="mine" id="mine"><a class="item user" href="/d/user/' + now_uid + '/"><img src="' + data.avatar + '" width="33" height="33" /> <strong>' + data .username + '</strong></a><div class="xvlfltd" id="mymenu" class="my-menu"><a class="setting" target="_blank" ><i class="icon-cog"></i> 設(shè)置</a><a class="logout" href="' + logout_url + '" ><i class="icon-switch"></i> 退出</a></div></div>'; $('#login_area').html(login_content); var win_width = $(window).width(); if (win_width > 1000) { $("#mine").mouseDelay(200).hover(function () { $("#mymenu").show(); }, function () { $("#mymenu").hide(); }); }; $('.newheader2021_tip_msg .tip_msg_num').text(data.msgnum).css({ 'display': 'inline' }); $('.no_login_2021').hide(); $('.yes_login_2021_more').css({ 'display': 'flex' }); $('.yes_login_2021').attr('href', 'https://bbs.elecfans.com/user/' + data.uid); $('.yes_login_2021 .vtm').attr('src', data.avatar); var yesLoginMoreBox = $('.yes_login_2021_more_box'); yesLoginMoreBox.find('.header_logo_2021').attr('href', 'https://bbs.elecfans.com/user/' + data .uid); yesLoginMoreBox.find('.header_logo_2021 img').attr('src', data.avatar); yesLoginMoreBox.find('.header_logo_right_2021').attr('href', 'https://bbs.elecfans.com/user/' + data.uid); yesLoginMoreBox.find('.usename_href_2021').attr('href', 'https://bbs.elecfans.com/user/' + data .uid).text(data.username); $(".header_bottom_2021 .favorite_articles_2021").attr("href", "https://bbs.elecfans.com/user/" + data.uid + "/favorite_articles?from=daohang"); $(".header_bottom_2021 .spacecp_2021").attr("href", "https://bbs.elecfans.com/home.php?mod=space&uid=" + data.uid + "&do=profile&from=daohang"); if (data.vip == 1) { yesLoginMoreBox.find('.header_VIP_2021').hide(); yesLoginMoreBox.find('.vip_icon img').attr('src', 'https://skin.elecfans.com/images/2021-soft/vip_icon2.png'); }; } else { remainLog(); var content = '<a class="item special-login " href="javascript:;" title="">登錄</a><a class="item" target="_blank">注冊</a>'; $('#login_area').html(content); //.send-write,.absolute-write $(".special-login").click(function (e) { $.tActivityLogin(); return false; }); $('.no_login_2021').click(function () { $.ssoDialogLogin(); }) } }); } function getCookie(name) { var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)"); if (arr = document.cookie.match(reg)) return unescape(arr[2]); else return null; } //添加提示注冊引導(dǎo) function remainLog() { if ($("#remainLogBox").length > 0) { return false; } var getRemainShow = getCookie('REMAINSHOWLOG'); /*設(shè)置注冊框的主題內(nèi)容*/ var content = '<div class="7l79bt7" id="remainLogBox">' + '<div id="7btxxr9" class="sso_layer"></div>' + '<div id="zhztdzt" class="remain-log clearfix">' + '<div id="9jzpflf" class="fl LogBgPart">' + '<h3>電子發(fā)燒友</h3> ' + '<p>中國電子工程師最喜歡的網(wǎng)站</p> ' + '<ul>' + '<li>與<span id="downNum">2931785</span>位工程師會(huì)員交流學(xué)習(xí)</li>' + '<li>獲取您個(gè)性化的科技前沿技術(shù)信息</li> ' + '<li>參加活動(dòng)獲取豐厚的禮品</li> ' + '</ul>' + '</div>' + '<div id="jjphr7f" class="fr LogRightPart">' + '<div class="zzdvbjt" id="colseRemainLog"><img src="https://skin.elecfans.com/images/remain_log_colse.png"></div>' + '<div class="rpv7dl5" id="ssoScrollLog"></div>' + '</div>' + '</div>' + '</div>'; $("body").append(content); $("#colseRemainLog").click(function () { var Days = 1; var exp = new Date(); exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000); /*存儲(chǔ)cookie 用于點(diǎn)擊關(guān)閉后一天不顯示*/ document.cookie = 'REMAINSHOWLOG' + "=" + '1' + ";path= " + "/" + ";expires=" + exp.toGMTString(); $("#remainLogBox").remove(); $("html").css('overflow-y', 'auto'); }); setTimeout(function () { var netHost = window.location.host.split("."); $.ajax({ url: 'https://www.elecfans.' + netHost[2] + '/webapi/passport/totalaccount', dataType: 'json', success: function (data) { if (data.status == "successed") { $("#downNum").html(data.data.num); } } }) }, 1000); var getPathHref = location.pathname; /*判斷是否是首頁*/ if (getPathHref.length > 1 && getPathHref != "/index.html" && ($(".side-box.author-article").length > 0 || $( ".article .article-content").length > 0)) { var getLoadPageNum = getCookie('LoadPageNum'); if (getLoadPageNum) { var LoadPageUrl = getCookie('LoadPageUrl'); if (LoadPageUrl != location.pathname) { $(window).scroll(function () { /*滾動(dòng)一屏頁面后顯示*/ if ($(window).scrollTop() > ($(window).height() / 2)) { if (getRemainShow != 1) { if ($("#remainLogBox").length > 0) { $("#remainLogBox").show(); $("html").css('overflow-y', 'hidden'); } } } }) } } else { var Days = 1; var exp = new Date(); exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000); /*存儲(chǔ)cookie 用于點(diǎn)擊關(guān)閉后一天不顯示*/ document.cookie = 'LoadPageNum' + "=" + '1' + ";path= " + "/" + ";expires=" + exp.toGMTString(); var LoadPageUrl = getCookie('LoadPageUrl'); if (!LoadPageUrl) { document.cookie = 'LoadPageUrl' + "=" + location.pathname + ";path= " + "/" + ";expires=" + exp .toGMTString(); } } } } $(function () { var follow_wrap = $(".author-collect"); var now_uid = ""; var face_src = ""; var getFollowNum = $(".followNum strong").html(); //關(guān)注 $(window).on('click', '.author-collect', function () { if (now_uid == '') { $.tActivityLogin(); return false; } if($(".store_flag").val() == 15){ //企業(yè)號文章 if($(".evip_id").length == 0){return false} if ($(this).attr('id') == 'follow') { $.post('/webapi/home/evipArticle/followEvip', { evip_id : $(".evip_id").val(), action:'follow' }, function (data) { //返回的數(shù)據(jù)格式: if (data.code == "0") { follow_wrap.html('已關(guān)注').attr('id', 'cancelFollow').addClass( 'is-active'); }else{ alert(data.msg); } }); }else{ $.post('/webapi/home/evipArticle/followEvip',{ evip_id : $(".evip_id").val(), action:'cancel' }, function (data) { //返回的數(shù)據(jù)格式: if (data.code == "0") { follow_wrap.html('關(guān)注').attr('id', 'follow').removeClass( "is-active"); }else{ alert(data.msg); } }); } }else{ if ($(this).attr('id') == 'follow') { $.post('/d/user/follow', { tuid: article_user_id }, function (data) { //返回的數(shù)據(jù)格式: if (data.status == "successed") { $(".followNum strong").html(++getFollowNum); // follow_wrap.html('已關(guān)注').attr('id','cancelFollow').css('background','#999'); follow_wrap.html('已關(guān)注').attr('id', 'cancelFollow').addClass( 'is-active'); var follow_user = '<a href="/d/user/' + now_uid + '/" data-uid="' + now_uid + '" class="face" rel="nofollow"><img src="' + face_src + '"></a>'; $('#follow_list').append(follow_user); } if (data.status == "failed") { alert(data.msg); } }); }else{ $.post('/d/user/cancelFollow',{tuid: article_user_id }, function (data) { //返回的數(shù)據(jù)格式: if (data.status == "successed") { // follow_wrap.html('關(guān)注').attr('id', 'follow').css('background', '#f90'); follow_wrap.html('關(guān)注').attr('id', 'follow').removeClass( "is-active"); $(".followNum strong").html(--getFollowNum); $('#follow_list .face').each(function () { var target_uid = $(this).attr('data-uid'); if (target_uid == now_uid) { $(this).remove(); } }) } if (data.status == "failed") { alert(data.msg); } }); } } }); }); // 綁定手機(jī)號 $(".send-write").click(function () { $.ajax({ url: '/webapi/passport/checklogin', type: "get", dataType: 'json', success: function (login) { if (login == null) { $.ssoDialogLogin(); } else { isVerification(function () { window.open("/d/article/write/") }) } } }) }); /* * ********: 驗(yàn)證手機(jī)號 * callback: 驗(yàn)證成功的回調(diào)函數(shù) */ // isVerification(function(){ // //完成手機(jī)號驗(yàn)證 后判斷是否完善資料 // isPerfectInfo($,document,function(){},false,true) // }) function isVerification_d(callback, article_write) { var passport = null; var bbs_host = null; if (location.host.indexOf(".com") > 0) { passport = window.location.protocol + "http://passport.elecfans.com"; www_host = window.location.protocol + "http://wenjunhu.com"; } else { passport = window.location.protocol + "http://passport.elecfans.net"; www_host = window.location.protocol + "http://www.elecfans.net"; } $.ajax({ url: www_host + '/webapi/passport/checklogin', type: "get", dataType: 'json', success: function (login) { if (login) { $.ajax({ url: www_host + '/webapi/Mcenter/sms/getvalidstatus', type: "post", dataType: 'json', success: function (res) { var phoneTxt = "<p style='text-indent: 20px;margin-bottom: 10px;'>您好!為確保您賬戶的安全及正常使用,依《網(wǎng)絡(luò)安全法》相關(guān)要求,4月22日起賬戶需綁定手機(jī),如您還未綁定,請盡快完成,感謝您的理解及支持!</p>" var setHtml = function () { var _iframe = null; if (article_write === "article_write") { _iframe = '<div id="b9phbxr" class="pop_verification_mask"><div id="tlrnpjp" class="pop_verification phone_verification">' + '<h6>請驗(yàn)證手機(jī)<i class="close_icon_d close_verification">╳</i></h6>' + '<div id="zfxt5bx" class="desc_txt">尊敬的用戶:<br>' + phoneTxt + '</div>' + '<iframe class="phone_iframe" width="520" height="580" src="' + passport + '/Security/validatePhone/siteid/14.html"></iframe>' + '</div></div>' $('body').append(_iframe).ready(function () { $(".close_verification:eq(0)").click( function (e) { e.stopPropagation(); $.ajax({ url: www_host + '/webapi/Mcenter/sms/getvalidstatus', type: "post", dataType: 'json', success: function ( res) { if (res.data .phonestatus == 0) { layer .msg( "請先驗(yàn)證手機(jī)號" ) } else { $(".pop_verification_mask") .remove() } } }) }) }) } else { _iframe = '<div id="lbt7zdz" class="pop_verification_mask"><div id="7lpvbvl" class="pop_verification phone_verification">' + '<h6>請驗(yàn)證手機(jī)<i class="close_icon_d close_verification">╳</i></h6>' + '<div id="7zdlrlr" class="desc_txt">尊敬的用戶:<br>' + phoneTxt + '</div>' + '<iframe class="phone_iframe" id="verificationIframe" width="488" height="580" src="' + passport + '/Security/validatePhone/siteid/14.html"></iframe>' + '</div></div>' $('body').append(_iframe).ready(function () { $(".close_verification:eq(0)").click( function (e) { e.stopPropagation(); $(".pop_verification").remove() if ($(".pop_verification_mask") .length >= 1) { $(".pop_verification_mask") .remove() } }); }) } } //已經(jīng)驗(yàn)證手機(jī)號 if (res.data.phonestatus == 1) { if (typeof callback === "function") { callback() } } else { setHtml(); //沒有完成驗(yàn)證先彈出手機(jī)驗(yàn)證 // 接受數(shù)據(jù) // $.receiveMessage(function(msg){ // // 接收到純數(shù)字時(shí)設(shè)置iframe的高度 // if($.isNumeric(msg.data)){ // }else if(typeof(msg.data)=="string"){ // } // }, passport); } } }) } else { //調(diào)用登錄 $.ssoDialogLogin(); //單點(diǎn)登錄 return false; //彈出登錄 } } }) } $('body').css({ 'background-color': '#fff' }); $('.newheader2021').css({ 'border-bottom': 'solid 1px #e5e5e5' }); </script> <script src="https://staticd.elecfans.com/js/common.js?20230818"></script> <script src="https://staticd.elecfans.com/plugins/layer/layer.js"></script> <script src="https://skin.elecfans.com/js/elecfans/road_ad.js?20230818" defer></script> <script src="https://skin.elecfans.com/js/elecfans/organizing/js/organizing.js?20230710"></script> <script src="https://skin.elecfans.com/js/elecfans/interview.js?20230724"></script> <script type="text/javascript" src="https://staticd.elecfans.com/plugins/layer/layer.js"></script> <script type="text/javascript" src="/static/vendor/clipboard.min.js"></script> <script type="text/javascript" src="https://staticd.elecfans.com/js/share-web.js?20220223"></script> <script> var myface = "https://bbs.elecfans.com/uc_server/data/avatar/000/00/00/00_avatar_small.jpg"; var myname = ""; var article_title = '終于有了!大規(guī)模中文NLP語料庫!'; var article_id = 864841; var article_user_id = 2737494;//文章作者ID var article_user_name = 'DPVg_AI_era'; var rightHeightChange = false; //專欄用戶數(shù)據(jù)獲取 var zlMp = $('input[name="zl_mp"]').val(); //是專欄用戶 if (zlMp) { $.ajax({ url:"/d/Column/getUserCount", type:'get', data:{uid:article_user_id}, success:function(res){ if(res.code === 0){ //修改數(shù)量 $('.column-article-count').text(res.data.article); $('.column-view-count').text(res.data.view); $('.column-follow-count').text(res.data.follow_count); $('.column-praise-count').text(res.data.all_click); } else { console.log(res); } } }) } if(article_id) { dIsOriginal() } //原創(chuàng)標(biāo)識接口 function dIsOriginal() { $.ajax({ url:"/webapi/arcinfo/isOriginal", type:'get', data:{aid:article_id}, success:function(re){ var res=JSON.parse(re) if(res.status==="successed"){ //1原創(chuàng)標(biāo)識 if(res.data.is_original==1){ $(".yuanchuan_images").show() }else{ $(".yuanchuan_images").remove() } }else{ $(".yuanchuan_images").remove() } } }); } $('#delete_art').click(function(){ var art_id = $(this).attr('data-id'); var url = '/d/article/delete'; var data = "id="+art_id; layer.confirm('確定要?jiǎng)h除?', { btn: ['取消','確定'] //按鈕 }, function(){ layer.msg('已經(jīng)取消', {icon: 1}); }, function(){ $.ajax({ url:url, type:'post', data:data, success:function(re){ if(re.error_code==200){ var uid = re.uid; var lurl = '/d/user/'+uid+'/'; layer.msg('已經(jīng)刪除', {icon: 1}); window.location.href = lurl; }else{ layer.msg(re.msg,{icon:1}); } } }) }); }); </script> <script src="https://staticd.elecfans.com/js/xgPlayer.js"></script> <script src="https://staticd.elecfans.com/js/article.js?v=20240328"></script> <script src="https://staticd.elecfans.com/js/column_article.js?v=c202307271023"></script> <script> $(document).ready(()=>{ /**推薦文章 */ $.ajax({ url: "/d/article/getArcList", type: "get", data: { type: "recommend", page: 1, size: 5 }, success: function (res) { if (res.code == 0) { renderArticle(res.data); rightHeightChange = true } else { $(".dzs-article-recom").hide(); } }, }); /**推薦企業(yè)號 */ if($(".store_flag").val() == 15){ $.ajax({ url: "/webapi/home/evip/getRecommendFollow", type: "get", success: function (res) { if(res.code == 0 && Array.isArray(res.data)){ var qyStr = '' for(var r = 0;r<res.data.length;r++){ var qyItem =res.data[r]; var jumpUrl = window.location.origin + '/d/c' + qyItem.apply_uid; var itemIcon = ''; var tagsArr = (qyItem.belong_to_industry || []).split(",") tagsArr = tagsArr.splice(0,3) var is_follow = qyItem.is_follow == 1?'focus':'unFocus' if(qyItem.ver_id == 1 || qyItem.ver_id == 2){ itemIcon= '/static/main/img/qyh/pro_vip_sm.png' }else if(qyItem.ver_id == 3){ itemIcon= '/static/main/img/qyh/enjoy_vip_sm.png' } else { itemIcon= '/static/main/img/qyh/common_vip_sm.png' } qyStr +='<li><a href="'+jumpUrl+'" target="_blank" class="block" >'; qyStr += '<div id="dhn7zbv" class="enterInfo">' qyStr += '<div id="jn77hbl" class="enterImg">' qyStr += '<img src="'+qyItem.enterprise_head_url+'" class="companyImg objectFit"/>' qyStr += '</div>' qyStr += '<div id="h9x9xpj" class="enterDes">' qyStr += '<div id="vnrztnr" class="name">' qyStr +='<img src="'+itemIcon+'" alt="">' qyStr +='<h5>'+qyItem.enterprise_name +'</h5>' qyStr +='</div>' qyStr +='<div id="rhlfxfx" class="companyName">'+qyItem.company_name +'</div>' qyStr += '<div id="nhxdv5f" class="tags">' for(var t = 0;t<tagsArr.length;t++){ qyStr += '<span>'+tagsArr[t]+'</span>' } qyStr += '</div>' qyStr += '</div>' qyStr += '</div>' qyStr += '<div id="hb5b79z" class="industry">' qyStr += '<div id="bh79rn5" class="view">' qyStr += '<span>'+qyItem.archives_count+'內(nèi)容</span>' qyStr += '<span>'+ qyItem.view_count +'瀏覽量</span>' qyStr += '<span>'+qyItem.follow_count +'粉絲</span>' qyStr += '</div>' if(qyItem.is_follow == 1){ qyStr += '<span id="nrhnjfx" class="qyhFocus focus" data-qyId="'+qyItem.id +'"></span>' }else{ qyStr += '<span id="dvvdlhn" class="qyhFocus unFocus" data-qyId="'+qyItem.id +'">+關(guān)注</span>' } qyStr += '</div>' qyStr += '</a>' qyStr += '</li>' } $(".enterWrap-qyh").append(qyStr) } } }) //企業(yè)號關(guān)注和取消關(guān)注 $(".enterWrap-qyh").on("click",".qyhFocus",function(){ if($(".is-login").length>0 && $(".is-login").attr("data-uid")){ var hasFocus = $(this).hasClass("focus"); var qyId = $(this).attr("data-qyId") var that = $(this) $.post('/webapi/home/evipArticle/followEvip', { evip_id : qyId, action:hasFocus?'cancel':'follow' }, function (data) { //返回的數(shù)據(jù)格式: if (data.code == "0") { if(hasFocus){ that.removeClass("focus").addClass("unFocus").text("+關(guān)注") }else{ that.removeClass("unFocus").addClass("focus").text("") } }else{ alert(data.msg); } }); }else{ $.ssoDialogLogin(); } return false }) }else{ /**推薦專欄 */ $.ajax({ url: "/d/article/getZlList", type: "get", data: { type: "recommend", page: 1, size: 5 }, success: function (res) { if (res.code == 0) { renderColumn(res.data,""); rightHeightChange = true } else { $(".dzs-article-column").hide(); } }, }); } }) </script> <script src="https://staticd.elecfans.com/js/artilePartjs.js?20230906"></script> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://wenjunhu.com/" title="中文字幕日韩第八页在线">中文字幕日韩第八页在线</a> <div class="friend-links"> </div> </div> </footer> <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body><div id="jhztz" class="pl_css_ganrao" style="display: none;"><tt id="jhztz"><menuitem id="jhztz"><form id="jhztz"><thead id="jhztz"></thead></form></menuitem></tt><b id="jhztz"><progress id="jhztz"></progress></b><sup id="jhztz"><strong id="jhztz"></strong></sup><div id="jhztz"><dl id="jhztz"><optgroup id="jhztz"><video id="jhztz"></video></optgroup></dl></div><em id="jhztz"><div id="jhztz"></div></em><font id="jhztz"><legend id="jhztz"><pre id="jhztz"><style id="jhztz"></style></pre></legend></font><ruby id="jhztz"></ruby><acronym id="jhztz"><strike id="jhztz"><nobr id="jhztz"><b id="jhztz"></b></nobr></strike></acronym><sub id="jhztz"><strike id="jhztz"><strong id="jhztz"><pre id="jhztz"></pre></strong></strike></sub><dfn id="jhztz"><ruby id="jhztz"><thead id="jhztz"><thead id="jhztz"></thead></thead></ruby></dfn><thead id="jhztz"><sup id="jhztz"></sup></thead><legend id="jhztz"><label id="jhztz"><u id="jhztz"><ruby id="jhztz"></ruby></u></label></legend><form id="jhztz"></form><video id="jhztz"><sub id="jhztz"><strike id="jhztz"><var id="jhztz"></var></strike></sub></video><nobr id="jhztz"><small id="jhztz"></small></nobr><ruby id="jhztz"></ruby><form id="jhztz"><output id="jhztz"><address id="jhztz"><p id="jhztz"></p></address></output></form><th id="jhztz"></th><label id="jhztz"><rp id="jhztz"><form id="jhztz"><thead id="jhztz"></thead></form></rp></label><legend id="jhztz"><listing id="jhztz"></listing></legend><track id="jhztz"><em id="jhztz"><menuitem id="jhztz"><dl id="jhztz"></dl></menuitem></em></track><label id="jhztz"><u id="jhztz"></u></label><output id="jhztz"><sub id="jhztz"></sub></output><ruby id="jhztz"></ruby><var id="jhztz"></var><div id="jhztz"><dl id="jhztz"><optgroup id="jhztz"><video id="jhztz"></video></optgroup></dl></div><rp id="jhztz"><font id="jhztz"><legend id="jhztz"><acronym id="jhztz"></acronym></legend></font></rp><optgroup id="jhztz"></optgroup><optgroup id="jhztz"><ins id="jhztz"><address id="jhztz"><strike id="jhztz"></strike></address></ins></optgroup><var id="jhztz"></var><listing id="jhztz"><dfn id="jhztz"></dfn></listing><strike id="jhztz"><var id="jhztz"><small id="jhztz"><meter id="jhztz"></meter></small></var></strike><style id="jhztz"></style><nobr id="jhztz"><small id="jhztz"></small></nobr><dl id="jhztz"><thead id="jhztz"><track id="jhztz"><tt id="jhztz"></tt></track></thead></dl><nobr id="jhztz"></nobr><label id="jhztz"><strong id="jhztz"><mark id="jhztz"><form id="jhztz"></form></mark></strong></label><ins id="jhztz"></ins><th id="jhztz"><b id="jhztz"></b></th><rp id="jhztz"><font id="jhztz"><legend id="jhztz"><sup id="jhztz"></sup></legend></font></rp><menuitem id="jhztz"></menuitem><strike id="jhztz"><dl id="jhztz"><optgroup id="jhztz"><video id="jhztz"></video></optgroup></dl></strike><sub id="jhztz"><div id="jhztz"><dl id="jhztz"><i id="jhztz"></i></dl></div></sub><sub id="jhztz"><div id="jhztz"></div></sub><acronym id="jhztz"><label id="jhztz"></label></acronym><optgroup id="jhztz"><video id="jhztz"><address id="jhztz"><p id="jhztz"></p></address></video></optgroup><menuitem id="jhztz"></menuitem><track id="jhztz"></track><strike id="jhztz"><ol id="jhztz"><pre id="jhztz"><video id="jhztz"></video></pre></ol></strike><strong id="jhztz"></strong></div> </html>