Skip to content

Commit

Permalink
version 3.0.0 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kariminf committed Aug 18, 2019
1 parent fb536ae commit ae06314
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,25 @@ Also, the participation of the system at [MultiLing 2015](http://multiling.iit.d
}
```

```TeX
@inproceedings{18-aries-al,
author = {Abdelkrime Aries and
Djamel Eddine Zegour and
Walid{-}Khaled Hidouci},
title = {Exploring Graph Bushy Paths to Improve Statistical Multilingual Automatic Text Summarization},
booktitle = {Computational Intelligence and Its Applications - 6th {IFIP} {TC}
5 International Conference, {CIIA} 2018, Oran, Algeria, May 8-10,
2018, Proceedings},
pages = {78--89},
year = {2018},
url = {https://doi.org/10.1007/978-3-319-89743-1\_8},
doi = {10.1007/978-3-319-89743-1\_8},
timestamp = {Sat, 05 May 2018 23:05:32 +0200},
biburl = {https://dblp.org/rec/bib/conf/ciia/AriesZH18},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
```

## Dependencies:
This project is dependent to other projects:
* [KToolJa](https://github.com/kariminf/k-toolja): for file management and plugins
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

// Release version
version = '3.0.1'
version = '3.0.0'

ext.current_Date = getDate()

Expand Down Expand Up @@ -70,8 +70,8 @@ dependencies {

//compile project(':k-toolja')
compile 'com.github.kariminf:k-toolja:1.1.0'
compile project(':langpi')
//compile 'com.github.kariminf:langpi:1.1.5'
//compile project(':langpi')
compile 'com.github.kariminf:langpi:1.1.5'

testCompile 'junit:junit:4.12'

Expand Down
3 changes: 3 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@

rootProject.name = 'allsummarizer'

/*
include ':k-toolja'
project(':k-toolja').projectDir = new File(settingsDir, '../k-toolja')
include ':langpi'
project(':langpi').projectDir = new File(settingsDir, '../langpi')
*/

0 comments on commit ae06314

Please sign in to comment.