Skip to content

Commit

Permalink
Moved syntax file to main resource dir
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Aug 7, 2016
1 parent 689e04d commit dcde115
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private Configurator() throws IOException {
this.setDoubleProperty("intelligence_maxSimilarityCostDispersion", 100);
// recognition
this.setIntProperty("intelligence_syntaxanalysis", 2);
this.setStrProperty("intelligence_syntaxDescriptionFile", "/syntax/syntax.xml");
this.setStrProperty("intelligence_syntaxDescriptionFile", "/syntax.xml");

this.setIntProperty("neural_maxk", 8000); // maximum K - maximalny pocet iteracii
this.setDoubleProperty("neural_eps", 0.07); // epsilon - pozadovana presnost
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
characters) -->
<entry key="intelligence_syntaxanalysis">2</entry>
<!-- syntax analysis mode -->
<entry key="intelligence_syntaxDescriptionFile">syntax/syntax.xml</entry>
<entry key="intelligence_syntaxDescriptionFile">syntax.xml</entry>

<!-- CAR SNAPSHOT, BAND, PLATE GRAPH ANALYSIS -->

Expand Down
File renamed without changes.

0 comments on commit dcde115

Please sign in to comment.