Skip to content

Commit 8763cc1

Browse files
committed
Update changelog
1 parent e253d0a commit 8763cc1

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

CHANGELOG.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,48 @@
11
# Changelog
22

33
## v2.6.0 (17/11/2022)
4-
- [**enhancement**] Add an annotation remover. [#154](https://github.com/JULIELab/jcore-base/issues/154)
5-
- [**enhancement**] Add a truncation size parameter to PMC XML multipliers [#153](https://github.com/JULIELab/jcore-base/issues/153)
4+
5+
#### New components
6+
67
- [**new component**] Add GNP Multiplier for PMC DB Reader [#152](https://github.com/JULIELab/jcore-base/issues/152)
78
- [**new component**] Add GNP multipliers for XMI and XML DB multiplier readers [#150](https://github.com/JULIELab/jcore-base/issues/150)
89
- [**new component**] Add a GNormPlus UIMA component [#147](https://github.com/JULIELab/jcore-base/issues/147)
9-
- [**enhancement**] Allow regular expression feature value filters for EntityConsumer [#146](https://github.com/JULIELab/jcore-base/issues/146)
1010
- [**new component**] Add reader for NLM-Gene [#145](https://github.com/JULIELab/jcore-base/issues/145)
11-
- [**bug**] Fix a bug where half of the DBMultiplierReader IDs were not actually processed [#144](https://github.com/JULIELab/jcore-base/issues/144)
11+
- [**new component**] Add an MMAX2 reader. [#136](https://github.com/JULIELab/jcore-base/issues/136)
12+
- [**new component**] Add GNormPlus BioC XML reader [#131](https://github.com/JULIELab/jcore-base/issues/131)
13+
- [**new component**] Add a GNormPlus BioC Writer [#129](https://github.com/JULIELab/jcore-base/issues/129)
14+
- [**new component**] Add a PMC DB Reader [#128](https://github.com/JULIELab/jcore-base/issues/128)
15+
- [**new component**] Add a consumer to write relations to Neo4j [#113](https://github.com/JULIELab/jcore-base/issues/113)
16+
- [**new component**] Add an embedding writer [#102](https://github.com/JULIELab/jcore-base/issues/102)
17+
- [**new component**] Add a Flair embedding adding component [#101](https://github.com/JULIELab/jcore-base/issues/101)
18+
- [**new component**] Add a FLAIR NER component [#100](https://github.com/JULIELab/jcore-base/issues/100)
19+
20+
#### General Enhancements
21+
22+
- [**enhancement**] Add an annotation remover. [#154](https://github.com/JULIELab/jcore-base/issues/154)
23+
- [**enhancement**] Add a truncation size parameter to PMC XML multipliers [#153](https://github.com/JULIELab/jcore-base/issues/153)
24+
- [**enhancement**] Allow regular expression feature value filters for EntityConsumer [#146](https://github.com/JULIELab/jcore-base/issues/146)
1225
- [**enhancement**] Add H2-based annotation source for AnnotationAdder [#138](https://github.com/JULIELab/jcore-base/issues/138)
1326
- [**enhancement**] Add a feature-based format to the annotation adder [#137](https://github.com/JULIELab/jcore-base/issues/137)
14-
- [**new component**] Add an MMAX2 reader. [#136](https://github.com/JULIELab/jcore-base/issues/136)
1527
- [**enhancement**] Let GNP BioC writer add Gene annotations. [#134](https://github.com/JULIELab/jcore-base/issues/134)
1628
- [**enhancement**] Implement max XMI ID retrieval for the BioC GNormPlus Reader [#133](https://github.com/JULIELab/jcore-base/issues/133)
17-
- [**new component**] Add GNormPlus BioC XML reader [#131](https://github.com/JULIELab/jcore-base/issues/131)
1829
- [**enhancement**] Add a mechanism to avoid mirror subset reset for updated JeDIS document whose text hasn't changed [#130](https://github.com/JULIELab/jcore-base/issues/130)
19-
- [**new component**] Add a GNormPlus BioC Writer [#129](https://github.com/JULIELab/jcore-base/issues/129)
20-
- [**new component**] Add a PMC DB Reader [#128](https://github.com/JULIELab/jcore-base/issues/128)
2130
- [**enhancement**] PMCReader: Add option to omit bibliographical references [#127](https://github.com/JULIELab/jcore-base/issues/127)
31+
32+
#### Bug Fixes
33+
34+
- [**bug**] Fix a bug where half of the DBMultiplierReader IDs were not actually processed [#144](https://github.com/JULIELab/jcore-base/issues/144)
2235
- [**bug**] ESConsumer: Fix bugs with cache index when resource file is updated [#126](https://github.com/JULIELab/jcore-base/issues/126)
2336
- [**bug**] Fix Bug in JSBD where Cut Away Types can still be included in the begin of a sentence. [#125](https://github.com/JULIELab/jcore-base/issues/125)
37+
- [**bug**] JSBD: Fix bug that occurs when cut away types and sentence delimiter types are given [#121](https://github.com/JULIELab/jcore-base/issues/121)
38+
39+
#### Miscellaneous Changes
40+
2441
- [**closed**] Map payloads to features for AnnotationAdder [#124](https://github.com/JULIELab/jcore-base/issues/124)
2542
- [**closed**] ES Consumer: Provide persistent Map and Addon terms providers [#123](https://github.com/JULIELab/jcore-base/issues/123)
26-
- [**bug**] JSBD: Fix bug that occurs when cut away types and sentence delimiter types are given [#121](https://github.com/JULIELab/jcore-base/issues/121)
2743
- [**closed**] Add a flow controller that creates a flow based on a CAS annotation [#120](https://github.com/JULIELab/jcore-base/issues/120)
2844
- [**closed**] JCoreOverlapIndex: Return the list instead of a stream [#117](https://github.com/JULIELab/jcore-base/issues/117)
2945
- [**closed**] lingpipe gazetteer: fix offset issues [#116](https://github.com/JULIELab/jcore-base/issues/116)
30-
- [**new component**] Add a consumer to write relations to Neo4j [#113](https://github.com/JULIELab/jcore-base/issues/113)
31-
- [**new component**] Add an embedding writer [#102](https://github.com/JULIELab/jcore-base/issues/102)
32-
- [**new component**] Add a Flair embedding adding component [#101](https://github.com/JULIELab/jcore-base/issues/101)
33-
- [**new component**] Add a FLAIR NER component [#100](https://github.com/JULIELab/jcore-base/issues/100)
3446

3547
---
3648

0 commit comments

Comments
 (0)