Data pack
From Wikipedia, the free encyclopedia
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (May 2008) |
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions may be available. (April 2008) |
A data pack (or fact pack) is a pre-made database that can be fed to a software, such as software agents, Internet bots or chatterbots, to teach information and facts, which it can later look up.
Common data packs may include abbreviations, acronyms, dictionaries, lexicons and technical data, such as country codes, RFCs, filename extensions, TCP and UDP port numbers, country calling codes.
Data packs may come in formats of CSV and SQL that can easily be parsed or imported into a database management system.
The database may consist of a key-value pair, like an association list.
[edit] Example
| Key | Value |
|---|---|
| CPU | Central processing unit |
| GPU | Graphics processing unit |
| GUI | Graphical user interface |
| RAM | Random-access memory |
Denmark Copenhagen England London Finland Helsinki France Paris Germany Berlin Italy Rome Norway Oslo Russia Moscow Spain Madrid Sweden Stockholm
SELECT capital FROM countries WHERE country='Sweden'
[edit] See also
[edit] External links
| This artificial intelligence-related article is a stub. You can help Wikipedia by expanding it. |