Skip to content

Commit d95397b

Browse files
committed
Merge pull request #2 from AmineMan/Amine/BagofWords
Amine/bagof words
2 parents 5e84f5d + 0004199 commit d95397b

602 files changed

Lines changed: 41589 additions & 2008 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cache

15.8 KB
Binary file not shown.

.classpath

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path=""/>
4+
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6+
<classpathentry kind="lib" path="C:/lib/breeze/dlwh-breeze-feca1cf/target/scala-2.9.2/breeze_2.9.2-0.1-SNAPSHOT.jar"/>
7+
<classpathentry kind="lib" path="C:/lib/breeze/dlwh-breeze-feca1cf/math/target/scala-2.9.2/breeze-math_2.9.2-0.1-SNAPSHOT.jar" sourcepath="C:/lib/breeze/dlwh-breeze-feca1cf/math/src"/>
8+
<classpathentry kind="lib" path="C:/lib/breeze/dlwh-breeze-feca1cf/learn/target/scala-2.9.2/breeze-learn_2.9.2-0.1-SNAPSHOT.jar"/>
9+
<classpathentry kind="lib" path="C:/lib/breeze/dlwh-breeze-feca1cf/process/target/breeze-process-assembly-0.1-SNAPSHOT.jar" sourcepath="C:/lib/breeze/dlwh-breeze-feca1cf/process/src/main/scala/breeze"/>
10+
<classpathentry kind="output" path="bin"/>
11+
</classpath>

.project

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>PapersProject</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.scala-ide.sdt.core.scalabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.scala-ide.sdt.core.scalanature</nature>
16+
<nature>org.eclipse.jdt.core.javanature</nature>
17+
</natures>
18+
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
eclipse.preferences.version=1
2+
formatter.alignParameters=false
3+
formatter.alignSingleLineCaseStatements=false
4+
formatter.alignSingleLineCaseStatements.maxArrowIndent=40
5+
formatter.compactControlReadability=false
6+
formatter.compactStringConcatenation=false
7+
formatter.doubleIndentClassDeclaration=false
8+
formatter.formatXml=true
9+
formatter.indentLocalDefs=false
10+
formatter.indentPackageBlocks=true
11+
formatter.indentSpaces=2
12+
formatter.indentWithTabs=false
13+
formatter.multilineScaladocCommentsStartOnFirstLine=false
14+
formatter.placeScaladocAsterisksBeneathSecondAsterisk=false
15+
formatter.preserveDanglingCloseParenthesis=false
16+
formatter.preserveSpaceBeforeArguments=false
17+
formatter.rewriteArrowSymbols=false
18+
formatter.spaceBeforeColon=false
19+
formatter.spaceInsideBrackets=false
20+
formatter.spaceInsideParentheses=false
21+
formatter.spacesWithinPatternBinders=true
22+
syntaxColouring.bracket.backgroundColourEnabled=false
23+
syntaxColouring.bracket.bold=false
24+
syntaxColouring.bracket.colour=0,0,0
25+
syntaxColouring.bracket.enabled=true
26+
syntaxColouring.bracket.italic=false
27+
syntaxColouring.bracket.underline=false
28+
syntaxColouring.default.backgroundColourEnabled=false
29+
syntaxColouring.default.bold=false
30+
syntaxColouring.default.colour=0,0,0
31+
syntaxColouring.default.enabled=true
32+
syntaxColouring.default.italic=false
33+
syntaxColouring.default.underline=false
34+
syntaxColouring.keyword.backgroundColourEnabled=false
35+
syntaxColouring.keyword.bold=true
36+
syntaxColouring.keyword.colour=127,0,85
37+
syntaxColouring.keyword.enabled=true
38+
syntaxColouring.keyword.italic=false
39+
syntaxColouring.keyword.underline=false
40+
syntaxColouring.operator.backgroundColourEnabled=false
41+
syntaxColouring.operator.bold=false
42+
syntaxColouring.operator.colour=0,0,0
43+
syntaxColouring.operator.enabled=true
44+
syntaxColouring.operator.italic=false
45+
syntaxColouring.operator.underline=false
46+
syntaxColouring.scaladoc.backgroundColourEnabled=false
47+
syntaxColouring.scaladoc.bold=false
48+
syntaxColouring.scaladoc.colour=63,95,191
49+
syntaxColouring.scaladoc.enabled=true
50+
syntaxColouring.scaladoc.italic=false
51+
syntaxColouring.scaladoc.underline=false
52+
syntaxColouring.singleLineComment.backgroundColourEnabled=false
53+
syntaxColouring.singleLineComment.bold=false
54+
syntaxColouring.singleLineComment.colour=63,127,95
55+
syntaxColouring.singleLineComment.enabled=true
56+
syntaxColouring.singleLineComment.italic=false
57+
syntaxColouring.singleLineComment.underline=false
58+
syntaxColouring.string.backgroundColourEnabled=false
59+
syntaxColouring.string.bold=false
60+
syntaxColouring.string.colour=42,0,255
61+
syntaxColouring.string.enabled=true
62+
syntaxColouring.string.italic=false
63+
syntaxColouring.string.underline=false
64+
syntaxColouring.xml.attributeName.backgroundColourEnabled=false
65+
syntaxColouring.xml.attributeName.bold=false
66+
syntaxColouring.xml.attributeName.colour=127,0,127
67+
syntaxColouring.xml.attributeName.enabled=true
68+
syntaxColouring.xml.attributeName.italic=false
69+
syntaxColouring.xml.attributeName.underline=false
70+
syntaxColouring.xml.attributeValue.backgroundColourEnabled=false
71+
syntaxColouring.xml.attributeValue.bold=false
72+
syntaxColouring.xml.attributeValue.colour=42,0,255
73+
syntaxColouring.xml.attributeValue.enabled=true
74+
syntaxColouring.xml.attributeValue.italic=true
75+
syntaxColouring.xml.attributeValue.underline=false
76+
syntaxColouring.xml.comment.backgroundColourEnabled=false
77+
syntaxColouring.xml.comment.bold=false
78+
syntaxColouring.xml.comment.colour=63,85,191
79+
syntaxColouring.xml.comment.enabled=true
80+
syntaxColouring.xml.comment.italic=false
81+
syntaxColouring.xml.comment.underline=false
82+
syntaxColouring.xml.equals.backgroundColourEnabled=false
83+
syntaxColouring.xml.equals.bold=false
84+
syntaxColouring.xml.equals.colour=0,0,0
85+
syntaxColouring.xml.equals.enabled=true
86+
syntaxColouring.xml.equals.italic=false
87+
syntaxColouring.xml.equals.underline=false
88+
syntaxColouring.xml.processingInstruction.backgroundColourEnabled=false
89+
syntaxColouring.xml.processingInstruction.bold=false
90+
syntaxColouring.xml.processingInstruction.colour=0,128,128
91+
syntaxColouring.xml.processingInstruction.enabled=true
92+
syntaxColouring.xml.processingInstruction.italic=false
93+
syntaxColouring.xml.processingInstruction.underline=false
94+
syntaxColouring.xml.tagDelimiter.backgroundColourEnabled=false
95+
syntaxColouring.xml.tagDelimiter.bold=false
96+
syntaxColouring.xml.tagDelimiter.colour=0,128,128
97+
syntaxColouring.xml.tagDelimiter.enabled=true
98+
syntaxColouring.xml.tagDelimiter.italic=false
99+
syntaxColouring.xml.tagDelimiter.underline=false
100+
syntaxColouring.xml.tagName.backgroundColourEnabled=false
101+
syntaxColouring.xml.tagName.bold=false
102+
syntaxColouring.xml.tagName.colour=63,127,127
103+
syntaxColouring.xml.tagName.enabled=true
104+
syntaxColouring.xml.tagName.italic=false
105+
syntaxColouring.xml.tagName.underline=false

bin/paper/Abstract$.class

1.18 KB
Binary file not shown.

bin/paper/Abstract.class

3.92 KB
Binary file not shown.
1.56 KB
Binary file not shown.
1.48 KB
Binary file not shown.
1.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)