srlearn / rnlp

Relational NLP: Convert text into relational facts.
https://rnlp.readthedocs.io/en/latest/
GNU General Public License v3.0
9 stars 5 forks source link

Add '--no-logs' option to argument parser #22

Closed adamjsawicki closed 4 years ago

adamjsawicki commented 4 years ago

Fixes #8.

Also throws custom Exception if nltk or its needed modules are not properly installed.

codecov-io commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@f3292d5). Click here to learn what that means. The diff coverage is 98.41%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #22   +/-   ##
=========================================
  Coverage          ?   94.97%           
=========================================
  Files             ?       10           
  Lines             ?      338           
  Branches          ?        0           
=========================================
  Hits              ?      321           
  Misses            ?       17           
  Partials          ?        0
Impacted Files Coverage Δ
rnlp/tests/rnlptests/test_parse.py 100% <100%> (ø)
rnlp/tests/rnlptests/test_converter.py 100% <100%> (ø)
rnlp/tests/rnlptests/test_textprocessing.py 100% <100%> (ø)
rnlp/tests/tests.py 90.9% <66.66%> (ø)
rnlp/parse.py 98.23% <98.33%> (ø)

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 f3292d5...7a3c632. Read the comment docs.