一個自然語言處理的Java開源工具包。LingPipe目前已有很豐富的功能,包括主題分類(Top Classification)、命名實體識別(Named Entity Recognition)、詞性標注(Part-of Speech Tagging)、句題檢測(Sentence Detection)、查詢拼寫檢查(query Spell Checking)、興趣短語檢測(Interseting Phrase Detection)、聚類(Clustering)、字符語言建模(Character Language Modeling)、醫學文獻下載/解析/索引(MEDLINE Download, Parsing and Indexing)、數據庫文本挖掘(Database Text Mining)、中文分詞(Chinese Word Segmentation)、情感分析(Sentiment Analysis)、語言辨別(Language Identification)等API。
上傳時間: 2013-12-04
上傳用戶:15071087253
使用annotation封裝的jdbc,只要定義個借口,然后再某個方法上加個annotation,就可以操作數據庫了,如: @query("select * from user where id=?") public User getUser(int id) 不用實現具體方法,就可以用了。
標簽: annotation jdbc 封裝
上傳時間: 2017-01-12
上傳用戶:lacsx
The GIFT (the GNU Image-Finding Tool) is a Content Based Image Retrieval System (CBIRS: http://en.wikipedia.org/wiki/CBIR). It enables you to do query By Example (QBE: http://en.wikipedia.org/wiki/QBE) on images, giving you the opportunity to improve query results by relevance feedback. For processing your queries the program relies entirely on the content of the images, freeing you from the need to annotate all images before querying the collection.
標簽: Image-Finding Retrieval Content System
上傳時間: 2014-01-11
上傳用戶:咔樂塢
This is a Flex UIComponent that can be used 謀n a FLEX 3 mxml application as component written in action script 3.0, provides you to create items that cab be filled from an XML or query ResultSet or etc. and is viewed in a container that can preview images and additional info like a store item and can be added to shopp謀ng chart , and also can be deleted from that shopp謀ng chart
標簽: UIComponent application component written
上傳時間: 2013-12-09
上傳用戶:dapangxie
Emdros is a text database middleware-layer aimed at storage and retrieval of "text plus information about that text." This information could be linguistic analyses or other annotations. Emdros provides an abstraction of text that makes it well suited to storing /syntactic analyses/ of text, but other linguistic information is supported as well. Emdros comes with a query-language, MQL, that enables powerful queries. Emdros acts as a middleware-layer between a client (not provided) and a database back-end. Currently, PostgreSQL, MySQL, and SQLite (2 and 3) are supported, but other back-ends can easily be added.
標簽: text middleware-layer information retrieval
上傳時間: 2014-01-02
上傳用戶:wfeel
The book uses a task-oriented structure that allows you to work through the steps necessary to install MySQL 4.1 on Linux and Windows platforms, create and manage MySQL databases, query and manipulate data stored in those databases, administer the MySQL database management system, and connect to MySQL databases from your PHP, JSP/Java, and ASP.NET/C# applications. The next section, which describes the book’s structure, provides additional details about the specifics of what the book covers.
標簽: task-oriented structure necessary through
上傳時間: 2017-09-06
上傳用戶:a673761058
這個程序是一個基于對話框的程序,有一個簡單的菜單.當用戶選擇"connect"時,它將試圖連接test.mdb數據庫,如果連接成功,將顯示由ODBC驅動程序返回的完整連接字符串.接下來,用戶可選擇"View All Records"命令,程序會使用listview control來顯示數據庫中的所有數據.用戶還可以選擇"query"命令來查詢特定的記錄.例子程序將會顯示一個小對話框提示用戶輸入想找的人名.當用戶按下OK鈕或回車鍵,程序將執行一個查詢來查找符合條件的記錄.當用戶完成對數據庫的操作時,可以選擇"disconnect"命令與數據庫斷開連接.
上傳時間: 2017-09-18
上傳用戶:lili123
基于51單片機+12864(st7920)的貪吃蛇游戲
標簽: 單片機
上傳時間: 2015-12-10
上傳用戶:wh22410
http://tv.sogou.com/v?query=c%D3%EF%D1%D4%CA%D3%C6%B5%BD%CC%B3%CC&p=40230600&tn=0&st=255
標簽: 教程
上傳時間: 2016-03-07
上傳用戶:vggv
最近在學習Oracle,對測試人員而言必須掌握兩種語言:第一種是DML,數據操縱語言 (Data Manipulation Language) 是SQL語言中,負責對數據庫對象運行數據訪問工作的指令集,以INSERT、UPDATE、DELETE三種指令為核心,分別代表插入、更新與刪除。第二種是:DQL,數據查詢語言 (Data query Language) 是SQL語言中,負責進行數據查詢而不會對數據本身進行修改的語句,這是最基本的SQL語句。核心指令為SELECT,以及一些輔助指令,如FROM、WHERE等,FROM:表示來源,可以搭配JOIN做鏈接查詢; WHERE:過濾條件;GROUP BY:在使用聚合函數時用到,如SUM,COUNT,MAX,AVG;HAVING:對聚合結果進行篩選,這是和WHERE的不同點;ORDER BY:排序。
標簽: oracle 基礎 資料
上傳時間: 2016-09-15
上傳用戶:天涯云海