是否有一个常见列表的数据库?

人工智能 数据集 资源请求
2021-11-15 07:34:56

我正在寻找包含常见有序列表或常见短集的数据库或某些机器可读文档。例如:

{January, February, March,...}
{Monday, Tuesday, ....}
{Red, Orange, Yellow,...}
{1,2,3,4,...}
{one, two, three, four,...}
{Mercury, Venus, Earth, Mars,...}
{I, II, III, IV, V, VI,...}
{Aquarius, Pisces, Aries,...}
{ein, zwei, drei, ...}
{Happy, Sneezy, Dopey, ...}
{Dasher, Dancer, Prancer, Vixen ,...}
{John, Paul, George, Ringo}
{20, 1, 18, 4, 13, 6, ...}
{Alabama, Alaska, Arizona, Arkansas, California,...}
{Washington, Adams, Jefferson, ...}
{A,B,C,D,E,F,G,...}
{A,E,I,O,U}
{2,3,5,7,11,13,17,...}
{triangle, square, pentagon, hexagon,...}
{first, second, third, fourth, fifth,...}
{tetrahedron, cube, octohedron, icosohedron, dodecahedron}
{autumn, winter, spring, summer}
{to, be, or, not, to, be, that, is, the, question}
...

一个用途是创建一个可以解决代码或预测序列中的下一件事的人工智能。

1个回答

所以这里有一些我能想到的快速资源。首先,你可以看看这个,

https://en.m.wikipedia.org/wiki/List_of_lists_of_lists

它有经典的事故,亚洲的医院,甚至是著名的辞职名单。它本质上是一个随机列表的列表。它可能无法满足您对序列的要求,但它会帮助处理列表的小子集。

至于序列,你可以随时查看,

https://oeis.org

它几乎是官方数学序列的列表。从斐波那契数列到您从未听说过的深奥数列,它应有尽有。