-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
87 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<!-- | ||
StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
Copyright © 2016 Julien Plu ([email protected]) | ||
Copyright © 2017 Julien Plu ([email protected]) | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<!-- | ||
StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
Copyright © 2016 Julien Plu ([email protected]) | ||
Copyright © 2017 Julien Plu ([email protected]) | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
# Copyright © 2016 Julien Plu ([email protected]) | ||
# Copyright © 2017 Julien Plu ([email protected]) | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
# Copyright © 2016 Julien Plu ([email protected]) | ||
# Copyright © 2017 Julien Plu ([email protected]) | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<!-- | ||
StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
Copyright © 2016 Julien Plu ([email protected]) | ||
Copyright © 2017 Julien Plu ([email protected]) | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
@@ -23,7 +23,7 @@ | |
<groupId>fr.eurecom</groupId> | ||
<artifactId>stanfordNLPRESTAPI</artifactId> | ||
<name>StanfordNLPRESTAPI</name> | ||
<version>3.0.0</version> | ||
<version>3.0.1</version> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
|
@@ -395,13 +395,13 @@ | |
<plugin> | ||
<groupId>com.mycila</groupId> | ||
<artifactId>license-maven-plugin</artifactId> | ||
<version>3.0.rc1</version> | ||
<version>3.0</version> | ||
<configuration> | ||
<header>com/mycila/maven/plugin/license/templates/GPL-3.txt</header> | ||
<properties> | ||
<owner>Julien Plu</owner> | ||
<email>[email protected]</email> | ||
<project.inceptionYear>2016</project.inceptionYear> | ||
<project.inceptionYear>2017</project.inceptionYear> | ||
<project.description> | ||
Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
</project.description> | ||
|
@@ -495,6 +495,7 @@ | |
<volumes> | ||
<volume>/maven/conf</volume> | ||
<volume>/maven/models</volume> | ||
<volume>/maven/properties</volume> | ||
</volumes> | ||
<workdir>/maven</workdir> | ||
<cmd> | ||
|
@@ -510,6 +511,7 @@ | |
<bind> | ||
<volume>${project.basedir}/conf:/maven/conf</volume> | ||
<volume>${project.basedir}/models:/maven/models</volume> | ||
<volume>${project.basedir}/properties:/maven/properties</volume> | ||
</bind> | ||
</volumes> | ||
<wait> | ||
|
@@ -683,7 +685,7 @@ | |
<dependency> | ||
<groupId>org.jsoup</groupId> | ||
<artifactId>jsoup</artifactId> | ||
<version>1.10.1</version> | ||
<version>1.10.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>eu.fbk.dh</groupId> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
# Copyright © 2016 Julien Plu ([email protected]) | ||
# Copyright © 2017 Julien Plu ([email protected]) | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
# Copyright © 2016 Julien Plu ([email protected]) | ||
# Copyright © 2017 Julien Plu ([email protected]) | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
# Copyright © 2016 Julien Plu ([email protected]) | ||
# Copyright © 2017 Julien Plu ([email protected]) | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
# Copyright © 2016 Julien Plu ([email protected]) | ||
# Copyright © 2017 Julien Plu ([email protected]) | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -16,7 +16,10 @@ | |
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
|
||
annotators=tokenize, ssplit, pos, parse | ||
annotators=tokenize, ssplit, pos, ner, parse | ||
tokenize.language=fr | ||
pos.model=edu/stanford/nlp/models/pos-tagger/french/french.tagger | ||
parse.model=edu/stanford/nlp/models/lexparser/frenchFactored.ser.gz | ||
ner.model=models/etape.ser.gz | ||
ner.applyNumericClassifiers=false | ||
ner.useSUTime=false | ||
parse.model=edu/stanford/nlp/models/lexparser/frenchFactored.ser.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
# Copyright © 2016 Julien Plu ([email protected]) | ||
# Copyright © 2017 Julien Plu ([email protected]) | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
# Copyright © 2016 Julien Plu ([email protected]) | ||
# Copyright © 2017 Julien Plu ([email protected]) | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!-- | ||
StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
Copyright © 2016 Julien Plu ([email protected]) | ||
Copyright © 2017 Julien Plu ([email protected]) | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -110,7 +110,7 @@ public final void configure(final Subparser subparser) { | |
.type(String.class) | ||
.required(false) | ||
.setDefault("en") | ||
.choices("en", "es", "de", "zh", "it") | ||
.choices("en", "es", "de", "zh", "it", "fr") | ||
.help("Select the language"); | ||
} | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/cli/PosCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/cli/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/configurations/PipelineConfiguration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/configurations/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/core/StanfordNlp.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/core/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/datatypes/Context.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/datatypes/Entity.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/datatypes/Languages.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/datatypes/SentenceImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/datatypes/TokenImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/datatypes/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/enums/NlpProcess.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/fr/eurecom/stanfordnlprestapi/enums/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* StanfordNLPRESTAPI - Offering a REST API over Stanford CoreNLP to get results in NIF format. | ||
* Copyright © 2016 Julien Plu ([email protected]) | ||
* Copyright © 2017 Julien Plu ([email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
Oops, something went wrong.