PhpDig is a search engine written in PHP that uses a MySQL database backend. It features indexing of both static and dynamic pages, spidering of almost all links in HTML content, in hrefs, areamaps, and frames, and full text indexing. The search results appearence is skin-able, using a very simple templates system. PhpDig是一個用PHP編寫的搜索引擎,它使用MySQL數據庫后臺。它的功能有靜態和動態頁面索引,在HTML內容中用hrefs, areamaps,和frames以及全文本索引構成所有的鏈接網。搜索結果的外觀是可定制外觀的,使用一個非常簡單的模板系統。
標簽: database features indexing backend
上傳時間: 2014-01-03
上傳用戶:haohaoxuexi
ICA is used to classify text in extension to the latent semantic indexing framework. ICA show to align the context grouping structure well in a human sense [1], thus can be used for unsupervised classification. The demonstration shows this on medical abstracts (MED dataset), that uses BIC to estimate the number of classes and produces keywords for each class. The icaML algorithm is used.
標簽: ICA extension framework classify
上傳時間: 2013-12-22
上傳用戶:himbly
fast lua plugin indexing module, can cache lua bytecode functions for c programs. useful for building plugin index trees
標簽: lua functions for bytecode
上傳時間: 2014-01-06
上傳用戶:wfeel
quick indexing of files
上傳時間: 2014-12-02
上傳用戶:liansi
file tokenizar in php simple program for indexing files
標簽: tokenizar indexing program simple
上傳時間: 2014-01-02
上傳用戶:lindor
DocFlow展示了使用.NET開發平臺結合Microsoft SQL Server數據庫和Microsoft indexing Service索引服務同樣也能創建功能強大的文檔管理門戶。 DocFlow提供文檔的存儲和管理,全文搜索,基于用戶角色的安全訪問機制。DocFlow支持多種文檔格式包括 Microsoft Office辦公文檔。
標簽: Microsoft indexing DocFlow Service
上傳時間: 2014-11-30
上傳用戶:yepeng139
programm clustering map with java for indexing donné
標簽: clustering programm indexing java
上傳時間: 2013-12-06
上傳用戶:lvzhr
Rainbow is a C program that performs document classification usingone of several different methods, including naive Bayes, TFIDF/Rocchio,K-nearest neighbor, Maximum Entropy, Support Vector Machines, Fuhr sProbabilitistic indexing, and a simple-minded form a shrinkage withnaive Bayes.
標簽: classification different document performs
上傳時間: 2015-03-03
上傳用戶:希醬大魔王
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The library s compliance with the STL iterator and container standards means you can plug our abstractions into a wide variety of STL algorithms for data storage, searching and manipulation. In addition, the C++ reflection mechanism used by our library to bind to database tables allows us to add generic indexing and lookup properties to our containers with no special code required from the end-user. Because our code takes full advantage of the template mechanism, it adds minimal overhead compared with using raw ODBC calls to access a database.
標簽: recordsets container library ODBC
上傳時間: 2015-10-11
上傳用戶:xlcky
Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but not for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the following make it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling.
標簽: Lucene Abstract Jakarta project
上傳時間: 2016-01-10
上傳用戶:songrui