Beispiel #1
0
 public DirectorRating()
 {
     title          = "Director work";
     val            = 0;
     scores         = new List <int>();
     text           = "";
     keywords       = new List <string>();
     vibewords      = new VibeWords();
     frequentlyUsed = new List <DescriptionWord>();
 }
Beispiel #2
0
 public PlotRating()
 {
     title  = "Plot";
     val    = 0;
     scores = new List <int>();
     text   = "";
     // temporary MOVIE and FILM are in this category
     keywords = new List <string> {
         "plot", "story", "content", "movie", "film", "picture"
     };
     vibewords      = new VibeWords();
     frequentlyUsed = new List <DescriptionWord>();
 }