Skip to content

Commit

Permalink
Merge pull request #10 from Lambda-3/develop
Browse files Browse the repository at this point in the history
8.2.0. Integrated Rules from Sentence Simplification into DiscourseSimplifcation. This dependency is no longer needed.
  • Loading branch information
Mischn authored Nov 29, 2018
2 parents d4d938f + 46fb5c1 commit 9bb21ab
Show file tree
Hide file tree
Showing 37 changed files with 6,618 additions and 617 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cache:
directories:
- "$HOME/.m2"
before_install:
- "./install-SentenceSimplification.sh"

notifications:
slack:
on_success: always
Expand Down
8 changes: 6 additions & 2 deletions DiscourseSimplification.iml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.lambda3.text.simplification:sentence-simplification:5.0.0" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.21" level="project" />
<orderEntry type="library" name="Maven: com.typesafe:config:1.3.1" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.8.9" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.8.9" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.8.9" level="project" />
<orderEntry type="library" name="Maven: edu.stanford.nlp:stanford-corenlp:3.7.0" level="project" />
<orderEntry type="library" name="Maven: com.apple:AppleJavaExtensions:1.4" level="project" />
<orderEntry type="library" name="Maven: de.jollyday:jollyday:0.4.9" level="project" />
Expand All @@ -33,9 +37,9 @@
<orderEntry type="library" name="Maven: org.glassfish:javax.json:1.0.4" level="project" />
<orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java:2.6.1" level="project" />
<orderEntry type="library" name="Maven: edu.stanford.nlp:stanford-corenlp:models:3.7.0" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.12" level="project" />
<orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.1.8" level="project" />
<orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.1.8" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.21" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-api:5.0.0-M3" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.opentest4j:opentest4j:1.0.0-M1" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.junit.platform:junit-platform-commons:1.0.0-M3" level="project" />
Expand Down
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,12 @@
# Discourse Simplification

A project for simplifying sentences wrt. discourse/rhetorical structures.
This works as a wrapper for the [SentenceSimplification](https://github.com/Lambda-3/SentenceSimplification) project.

## Dependencies
This is the core component of the [Graphene](https://github.com/Lambda-3/Graphene) project.

### SentenceSimplification
## Setup

Clone and install locally

git clone --branch v5.0.0 https://github.com/Lambda-3/SentenceSimplification.git
cd SentenceSimplification
mvn install

## Building and Running

mvn package
mvn clean install -DskipTests

### Run the program
Create a new text file with the input
Expand Down
7 changes: 0 additions & 7 deletions install-SentenceSimplification.sh

This file was deleted.

Loading

0 comments on commit 9bb21ab

Please sign in to comment.