Update src/main/java/domain/WordCloudCreator.java
parent
40e0988a11
commit
95b6c5ffaa
|
@ -5,7 +5,6 @@ import java.util.Map;
|
||||||
|
|
||||||
public class WordCloudCreator {
|
public class WordCloudCreator {
|
||||||
|
|
||||||
//Ki erstellte Methode wegen Zeitgründen und Krankheitsgründen, dennoch anpassungen in großen Maße waren notwendig
|
|
||||||
public void insertWordsIntoTemplate(Map<String, Integer> wordMap) {
|
public void insertWordsIntoTemplate(Map<String, Integer> wordMap) {
|
||||||
File templateFile = new File("wordcloud.html"); // Template in project directory
|
File templateFile = new File("wordcloud.html"); // Template in project directory
|
||||||
File outputFile = new File("output.html"); // Output in project directory
|
File outputFile = new File("output.html"); // Output in project directory
|
||||||
|
|
Loading…
Reference in New Issue