Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
- major changes in data processing. Cleaned the code a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
seinecle committed Nov 28, 2012
1 parent bb12e4b commit b4bb977
Show file tree
Hide file tree
Showing 20 changed files with 1,346 additions and 263 deletions.
954 changes: 954 additions & 0 deletions README.htm

Large diffs are not rendered by default.

Binary file added README_files/1d2f0a8bebb4bf51ea2d69bab39ba1d5.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README_files/clippy.swf
Binary file not shown.

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions README_files/ga.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file added README_files/octocat-spinner-128.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions README_files/track.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/GUI/Bundle.properties
Expand Up @@ -12,7 +12,7 @@ Screen2.nGramsField.text=4
Screen2.binaryBox.text=
Screen2.jLabel3.text=Parameters
Screen2.jLabel4.text=minimum occurrences in the corpus
Screen2.minOccurrences.text=1
Screen2.minOccurrences.text=3
Screen2.jLabel5.text=(if binary counting is selected, the logic applies here too)
Screen2.jLabel6.text=for a term to be considered
Screen2.jLabel8.text=delete all characters not present in the English language
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/Screen1.form
Expand Up @@ -192,7 +192,7 @@
</Component>
<Component class="javax.swing.JLabel" name="youTube">
<Properties>
<Property name="text" type="java.lang.String" value="&lt;html&gt;&lt;b&gt;To visualize the network you created, read the instructions in the README.txt file including in cowo.exe.zip&lt;/b&gt;&lt;br&gt;&lt;html&gt;"/>
<Property name="text" type="java.lang.String" value="&lt;html&gt;&lt;b&gt;To visualize the network you created, read the instructions in the README.txt file included in cowo.exe.zip&lt;/b&gt;&lt;br&gt;&lt;html&gt;"/>
</Properties>
<AuxValues>
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="9"/>
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/Screen1.java
Expand Up @@ -100,7 +100,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
jLabel3.setFont(new java.awt.Font("Script MT Bold", 0, 48)); // NOI18N
jLabel3.setText("Cowo");

youTube.setText("<html><b>To visualize the network you created, read the instructions in the README.txt file including in cowo.exe.zip</b><br><html>");
youTube.setText("<html><b>To visualize the network you created, read the instructions in the README.txt file included in cowo.exe.zip</b><br><html>");

exitButton.setFont(new java.awt.Font("Tahoma", 1, 13)); // NOI18N
exitButton.setText("Exit");
Expand Down
1 change: 1 addition & 0 deletions src/GUI/Screen2.form
Expand Up @@ -6,6 +6,7 @@
</Properties>
<SyntheticProperties>
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
<SyntheticProperty name="generateCenter" type="boolean" value="false"/>
</SyntheticProperties>
<AuxValues>
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
Expand Down

0 comments on commit b4bb977

Please sign in to comment.