dkpro / dkpro-jwktl

Java Wiktionary Library
http://dkpro.org/dkpro-jwktl/
Apache License 2.0
57 stars 25 forks source link

Implementing #58 gender for singular german word forms #59

Closed highsource closed 6 years ago

highsource commented 6 years ago

This is a WIP pull request, please do not merge yet.

codecov-io commented 6 years ago

Codecov Report

Merging #59 into master will increase coverage by 0.09%. The diff coverage is 67.85%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #59      +/-   ##
============================================
+ Coverage     75.99%   76.08%   +0.09%     
- Complexity     1321     1331      +10     
============================================
  Files           101      102       +1     
  Lines          4629     4659      +30     
  Branches        801      802       +1     
============================================
+ Hits           3518     3545      +27     
- Misses          895      897       +2     
- Partials        216      217       +1
Impacted Files Coverage Δ Complexity Δ
...armstadt/ukp/jwktl/parser/util/ParsingContext.java 97.43% <100%> (+1%) 22 <8> (+8) :arrow_up:
.../jwktl/parser/de/components/DEWordFormHandler.java 78.06% <100%> (+0.58%) 72 <18> (-1) :arrow_down:
...arser/de/components/DEGrammaticalGenderParser.java 51.51% <51.51%> (ø) 7 <7> (?)
...tl/parser/de/components/DEPartOfSpeechHandler.java 82% <60%> (+14.35%) 11 <1> (-4) :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 db23009...db57f1f. Read the comment docs.

highsource commented 6 years ago

I've decided to start over.