Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 9bb21ab

Browse files
authored
Merge pull request #10 from Lambda-3/develop
8.2.0. Integrated Rules from Sentence Simplification into DiscourseSimplifcation. This dependency is no longer needed.
2 parents d4d938f + 46fb5c1 commit 9bb21ab

37 files changed

+6618
-617
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cache:
55
directories:
66
- "$HOME/.m2"
77
before_install:
8-
- "./install-SentenceSimplification.sh"
8+
99
notifications:
1010
slack:
1111
on_success: always

DiscourseSimplification.iml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
</content>
1313
<orderEntry type="inheritedJdk" />
1414
<orderEntry type="sourceFolder" forTests="false" />
15-
<orderEntry type="library" name="Maven: org.lambda3.text.simplification:sentence-simplification:5.0.0" level="project" />
15+
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.21" level="project" />
16+
<orderEntry type="library" name="Maven: com.typesafe:config:1.3.1" level="project" />
17+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.8.9" level="project" />
18+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.8.9" level="project" />
19+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.8.9" level="project" />
1620
<orderEntry type="library" name="Maven: edu.stanford.nlp:stanford-corenlp:3.7.0" level="project" />
1721
<orderEntry type="library" name="Maven: com.apple:AppleJavaExtensions:1.4" level="project" />
1822
<orderEntry type="library" name="Maven: de.jollyday:jollyday:0.4.9" level="project" />
@@ -33,9 +37,9 @@
3337
<orderEntry type="library" name="Maven: org.glassfish:javax.json:1.0.4" level="project" />
3438
<orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java:2.6.1" level="project" />
3539
<orderEntry type="library" name="Maven: edu.stanford.nlp:stanford-corenlp:models:3.7.0" level="project" />
40+
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.12" level="project" />
3641
<orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.1.8" level="project" />
3742
<orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.1.8" level="project" />
38-
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.21" level="project" />
3943
<orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-api:5.0.0-M3" level="project" />
4044
<orderEntry type="library" scope="TEST" name="Maven: org.opentest4j:opentest4j:1.0.0-M1" level="project" />
4145
<orderEntry type="library" scope="TEST" name="Maven: org.junit.platform:junit-platform-commons:1.0.0-M3" level="project" />

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,12 @@
33
# Discourse Simplification
44

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

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

10-
### SentenceSimplification
9+
## Setup
1110

12-
Clone and install locally
13-
14-
git clone --branch v5.0.0 https://github.com/Lambda-3/SentenceSimplification.git
15-
cd SentenceSimplification
16-
mvn install
17-
18-
## Building and Running
19-
20-
mvn package
11+
mvn clean install -DskipTests
2112

2213
### Run the program
2314
Create a new text file with the input

install-SentenceSimplification.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)