Skip to content

Commit

Permalink
model else where
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunchuanLv committed Oct 14, 2018
1 parent fe2abb1 commit a1801a4
Show file tree
Hide file tree
Showing 20 changed files with 1,457 additions and 3 deletions.
9 changes: 9 additions & 0 deletions AMR_FEATURE/.classpath
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="/afs/inf.ed.ac.uk/user/s15/s1544871/workspace/AMR_FEATURE/src/json-20170516.jar"/>
<classpathentry kind="lib" path="/disk/scratch/s1544871/Dependency/stanford-corenlp-full-2018-02-27/stanford-corenlp-3.9.1.jar"/>
<classpathentry kind="lib" path="/disk/scratch/s1544871/Dependency/stanford-corenlp-full-2018-02-27/stanford-corenlp-3.9.1-models.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions AMR_FEATURE/.project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>AMR_FEATURE</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
11 changes: 11 additions & 0 deletions AMR_FEATURE/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8
Binary file added AMR_FEATURE/bin/convertingAMR.class
Binary file not shown.
Binary file added AMR_FEATURE/bin/json-20170516.jar
Binary file not shown.

0 comments on commit a1801a4

Please sign in to comment.