Skip to content

Commit

Permalink
Update MarkovApp.java
Browse files Browse the repository at this point in the history
Allow Intelj mvn install
  • Loading branch information
CfrancCyrille authored Dec 15, 2020
1 parent e94628f commit 5789b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/app/MarkovApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class MarkovApp {

public static void main(String[] args) throws Exception {
String sentences = readFileAsString("./target/VictorHugo_LesMiserables-II-Cosette.txt");
String sentences = readFileAsString("./target/classes/VictorHugo_LesMiserables-II-Cosette.txt");
System.out.println(sentences);

MarkovChain markov = new MarkovChain(3);
Expand Down

0 comments on commit 5789b3a

Please sign in to comment.