overallSecondarys = c.nonTrivial(words,numline,results, ignoreWords, filename)
  for overallSecondary in overallSecondarys:
      overall = c.topicList(overallSecondary, filename, ignoreWords)
      results.write("\n************************************************")                   
      results.write("\nSecondary Analysis of " + overallSecondary + ": ")
      c.nonTrivialSecondary(overallSecondary, overall, c.wordCount(filename, overallSecondary), results, ignoreWords, filename)
  
  #Negative Section                   
  results.write("\n----------------------------------------------")  
  results.write("\nAnalysis of all Negative Comments: ")
 
  #Names
  nameofnames.write("\n----------------------------------------------")
  nameofnames.write("\nNegative Comments")
  c.namethatname(nameofnames, letter, text, 1, filename)
  
  #Word Analysis
  overallSecondarys = c.nonTrivial(negative,numline, results, ignoreWords, filename)
  for overallSecondary in overallSecondarys:
      overall = c.topicList(overallSecondary, filename, ignoreWords)
      results.write("\n************************************************")                   
      results.write("\nSecondary Analysis of " + overallSecondary + ": ")
      c.nonTrivialSecondary(overallSecondary,negative, c.wordCount(filename, overallSecondary), results, ignoreWords, filename)
  
  #Positive Section              
  results.write("\n----------------------------------------------")   
  results.write("\nAnalysis of all Positive Comments: ")
  
  #Names
  nameofnames.write("\n----------------------------------------------")