Giter Club home page Giter Club logo

aima-data's People

Stargazers

 avatar

Watchers

 avatar

aima-data's Issues

Virus/worm detected

Norton Antivirus detected the Sircam worm in two of your files.

/data/EN-text/spam.txt
/data/EN-text/.svn/text-base/spam.txt.svn-base

This is a serious problem that should be fixed immediately.

Original issue reported on code.google.com by [email protected] on 30 Sep 2008 at 11:50

data files are corrupt

What steps will reproduce the problem?
1. download aima data zip file
2. attempt to open in on a Windows machine
3. error message explaining the file is corrupted appears

Original issue reported on code.google.com by [email protected] on 15 Sep 2009 at 4:59

Data set download triggers "may contain mailware" alert

What steps will reproduce the problem?
1. Download the dataset
2. see the alert
3.

What is the expected output? What do you see instead?
I expected to be able to download the data file without problem.


What version of the product are you using? On what operating system?
Browser Firefox 2.0.0.12, Fedora 8


Please provide any additional information below.
I suspect this is a server side error.

Original issue reported on code.google.com by [email protected] on 29 Feb 2008 at 7:49

Data directory layout

What steps will reproduce the problem?
1. unzip aima-data file
2. unzip aima-python file
3. run python doctests.py -v *.py

What is the expected output? What do you see instead?

 * python scripts expect data in '../data' directory; aima-data is unzipped
in '../aima-data' directory;
 * some files are in different subdirectory than is expected by python scripts:
  - wordlist and some other files in subdirectory EN-text; python scripts
are looking for them directly in '../data'; 
  - MAN subdirectory is written as 'man' in text.py (line 219)
    mandir = '../data/man/'
  - in text.txt the FlatLand novel is named flat11.txt (old data version);
new name is flatland.txt
 * aima-data zip file contains .svn subdirectory; this should be removed
since it causes error in text.py, line 171; changing line 220 as below
solves the problem (add 'if not f.startswith('.')'):

man_files = [mandir + f for f in os.listdir(mandir) if not f.startswith('.')]

What version of the product are you using? On what operating system?

aima-data.2008.08.24.zip
Debian/GNU Linux squeeze/sid


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 26 Aug 2009 at 2:57

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.