Cannot find a class or type named ''article''
in
Programming Questions
•
9 months ago
Hello everyone.
I am trying to make this script here run but I get the following error message: Cannot find a class or type named ''article''
I am trying to make this script here run but I get the following error message: Cannot find a class or type named ''article''
Toxiclibs is installed correctly, so I really have no clue what may be causing the error to show up.
This is the portion of code up to the error line.
- mport toxi.math.conversion.*;
- import toxi.geom.*;
- import toxi.math.*;
- import toxi.geom.mesh2d.*;
- import toxi.util.datatypes.*;
- import toxi.util.events.*;
- import toxi.geom.mesh.*;
- import toxi.math.waves.*;
- import toxi.util.*;
- import toxi.math.noise.*;
- /*
- Article Comparison Tool
- blprnt@blprnt.com
- Released: November, 2010
- Important stuff:
- -Text files & titles are defined immediately below
- -The "bad list" of words to ignore are defined on this tab, near the bottom in the check words function
- Dependencies:
- -This project requires the toxiclibs library, which you can downloaded here: http://hg.postspectacular.com/toxiclibs/downloads
- */
- import processing.video.*;
- import processing.opengl.*;
- import java.util.*;
- //Articles are loaded into Article objects, which in turn handle the indexing of words and phrases
- article a1;
- article a2;
I am sure there's an easy solution to it, but I am pretty much a newbie with Processing.
1