diff --git a/.idea/CAu-Natural-language-processing.iml b/.idea/CAu-Natural-language-processing.iml
new file mode 100644
index 0000000..18ec59d
--- /dev/null
+++ b/.idea/CAu-Natural-language-processing.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..fc87bee
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..c8397c9
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..1a55840
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1559529262635
+
+
+ 1559529262635
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/CAu_NLP_2019/.idea/vcs.xml b/CAu_NLP_2019/.idea/vcs.xml
new file mode 100644
index 0000000..2e3f692
--- /dev/null
+++ b/CAu_NLP_2019/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/CAu_NLP_2019/.idea/workspace.xml b/CAu_NLP_2019/.idea/workspace.xml
index 897575a..77c97e5 100644
--- a/CAu_NLP_2019/.idea/workspace.xml
+++ b/CAu_NLP_2019/.idea/workspace.xml
@@ -15,12 +15,12 @@
-
-
+
+
-
-
+
+
@@ -28,8 +28,8 @@
-
-
+
+
@@ -37,41 +37,9 @@
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -83,13 +51,16 @@
+
+
+
-
+
@@ -99,55 +70,20 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -195,32 +131,32 @@
-
-
-
-
-
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -252,6 +188,13 @@
+
+
+
+
+
+
+
@@ -261,8 +204,8 @@
-
-
+
+
@@ -270,37 +213,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/CAu_NLP_2019/CAu_NLP_2019.iml b/CAu_NLP_2019/CAu_NLP_2019.iml
deleted file mode 100644
index 4098198..0000000
--- a/CAu_NLP_2019/CAu_NLP_2019.iml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/CAu_NLP_2019/src/main/java/App.java b/CAu_NLP_2019/src/main/java/App.java
index 0339684..bd374f5 100644
--- a/CAu_NLP_2019/src/main/java/App.java
+++ b/CAu_NLP_2019/src/main/java/App.java
@@ -94,7 +94,7 @@ public class App {
public static int changeDate(String date) {
int formdate = 0;
- String sp[] = date.split(" ");
+ String sp[] = date.split(" ");/*
formdate += Integer.parseInt(sp[2]) * 10000;
formdate += Integer.parseInt(sp[0]);
@@ -147,7 +147,7 @@ public class App {
formdate += 1200;
break;
- }
+ }*/
return formdate;
diff --git a/CAu_NLP_2019/target/classes/App.class b/CAu_NLP_2019/target/classes/App.class
index c9ee7d7..bbe363e 100644
Binary files a/CAu_NLP_2019/target/classes/App.class and b/CAu_NLP_2019/target/classes/App.class differ