Skip to content

Commit

Permalink
first appload of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
kariminf committed Jun 12, 2013
1 parent 606ade5 commit 1875d6a
Show file tree
Hide file tree
Showing 30 changed files with 3,250 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="./lib/opennlp-tools-1.5.2-incubating.jar"/>
<classpathentry kind="lib" path="./lib/AnaphoraResolution.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
22 changes: 22 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>AllSummarizer</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.trolltech.qtjambi.juicBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Binary file added en-pos-maxent.bin
Binary file not shown.
Binary file added en-sent.bin
Binary file not shown.
Loading

0 comments on commit 1875d6a

Please sign in to comment.