johnding1996 / HKUST-COMP3111H-Group

Group Project of COMP 3111H in Fall 2017 at HKUST
Apache License 2.0
0 stars 0 forks source link

Feature/nlp preprocess #99

Closed thomaszhouan closed 6 years ago

thomaszhouan commented 6 years ago

Use Stanford Tokenizer and Jazzy spell checker for text preprocessing.

codecov[bot] commented 6 years ago

Codecov Report

Merging #99 into develop will increase coverage by 0.5%. The diff coverage is 80%.

Impacted file tree graph

@@             Coverage Diff             @@
##             develop     #99     +/-   ##
===========================================
+ Coverage       62.9%   63.4%   +0.5%     
- Complexity       302     314     +12     
===========================================
  Files             37      38      +1     
  Lines           1590    1648     +58     
  Branches         206     214      +8     
===========================================
+ Hits            1001    1046     +45     
- Misses           519     528      +9     
- Partials          70      74      +4
Impacted Files Coverage Δ Complexity Δ
...ain/java/controller/DietingChatbotApplication.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...atbot/src/main/java/agent/IntentionClassifier.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...atbot/src/main/java/misc/InitialInputRecorder.java 73% <100%> (+0.8%) 43 <0> (+1) :arrow_up:
...eting-chatbot/src/main/java/utility/Validator.java 91.6% <100%> (ø) 20 <7> (ø) :arrow_down:
...g-chatbot/src/main/java/utility/TextProcessor.java 92.8% <100%> (+12.8%) 6 <4> (+4) :arrow_up:
dieting-chatbot/src/main/java/agent/MealAsker.java 75.5% <100%> (ø) 17 <0> (ø) :arrow_down:
...g-chatbot/src/main/java/agent/FoodRecommender.java 74.4% <100%> (ø) 52 <3> (ø) :arrow_down:
...atbot/src/main/java/utility/JazzySpellChecker.java 71.1% <71.1%> (ø) 7 <7> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0ff0a88...9313b28. Read the comment docs.