From 1c36a2676a553058389d1263e358c7e7b78ec136 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Tue, 11 Jun 2019 17:23:49 +0900 Subject: [PATCH] Add Server for request from the web app angular 8 --- .idea/workspace.xml | 53 +++-- CAu_NLP_2019/.idea/misc.xml | 29 ++- CAu_NLP_2019/.idea/workspace.xml | 168 ++++++++++--- CAu_NLP_2019/pom.xml | 46 ++-- CAu_NLP_2019/src/main/java/App.java | 318 ++++++++++++------------- CAu_NLP_2019/src/main/java/Result.java | 26 ++ CAu_NLP_2019/target/classes/App.class | Bin 7163 -> 7812 bytes 7 files changed, 384 insertions(+), 256 deletions(-) create mode 100644 CAu_NLP_2019/src/main/java/Result.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1a55840..30dadd2 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -29,21 +29,18 @@ - - - - - + + + + + + + - + + @@ -186,14 +241,22 @@