5hirish / adam_qas

ADAM - A Question Answering System. Inspired from IBM Watson
http://www.shirishkadam.com/
GNU General Public License v3.0
357 stars 106 forks source link

Changed Elasticsearch analyzer, Added Dockerfile #26

Closed 5hirish closed 6 years ago

5hirish commented 6 years ago

Description

The major change is this PR is discussed in Issue #20

Types of change

Checklist

Note: Reindexing is required after this pull request due to the changes in the analyzer on some fields.

codecov[bot] commented 6 years ago

Codecov Report

Merging #26 into master will decrease coverage by 0.26%. The diff coverage is 27.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   40.53%   40.26%   -0.27%     
==========================================
  Files          26       27       +1     
  Lines        1394     1423      +29     
  Branches      195      196       +1     
==========================================
+ Hits          565      573       +8     
- Misses        799      821      +22     
+ Partials       30       29       -1
Impacted Files Coverage Δ
qas/sys_info.py 0% <0%> (ø)
qas/adam.py 0% <0%> (ø) :arrow_up:
qas/esstore/es_config.py 100% <100%> (ø) :arrow_up:
qas/esstore/es_operate.py 34.9% <33.33%> (-0.05%) :arrow_down:
qas/esstore/es_connect.py 60.65% <38.09%> (-5.31%) :arrow_down:

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 598ffd8...055343d. Read the comment docs.