Skip to content

Commit f33beec

Browse files
committed
initial 1.8.0 release commit
1 parent f9f050c commit f33beec

File tree

306 files changed

+2812
-1216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

306 files changed

+2812
-1216
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and other material.
2323
# Information
2424
* ContraxSuite: https://contraxsuite.com/
2525
* LexPredict: https://lexpredict.com/
26-
* Official Website: https://contraxsuite.com/lexnlp/
26+
* Official Website: https://lexnlp.com/
2727
* Documentation: http://lexpredict-lexnlp.readthedocs.io/en/latest/ (in progress)
2828
* Contact: support@contraxsuite.com
2929

@@ -46,6 +46,7 @@ by contacting ContraxSuite Licensing at <<license@contraxsuite.com>>.
4646
* see python-requirements.txt file for full information
4747

4848
## Releases
49+
* 1.8.0: December 2, 2020 - Twenty first scheduled public release; [code](https://github.com/LexPredict/lexpredict-lexnlp/tree/1.8.0)
4950
* 1.7.0: August 27, 2020 - Twentieth scheduled public release; [code](https://github.com/LexPredict/lexpredict-lexnlp/tree/1.7.0)
5051
* 1.6.0: May 27, 2020 - Nineteenth scheduled public release; [code](https://github.com/LexPredict/lexpredict-lexnlp/tree/1.6.0)
5152
* 1.4.0: December 20, 2019 - Eighteenth scheduled public release; [code](https://github.com/LexPredict/lexpredict-lexnlp/tree/1.4.0)

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Requirements
8181
Releases
8282
--------
8383

84+
- 1.8.0: December 2, 2020 - Twenty first scheduled public release;
85+
`code <https://github.com/LexPredict/lexpredict-lexnlp/tree/1.8.0>`__
8486
- 1.7.0: August 27, 2020 - Twentieth scheduled public release;
8587
`code <https://github.com/LexPredict/lexpredict-lexnlp/tree/1.7.0>`__
8688
- 1.6.0: May 27, 2020 - Nineteenth scheduled public release;

docs/source/changes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
Changelog
55
============
66

7+
1.8.0 - December 2, 2020
8+
----------------
9+
* Improved LexNLP handling for definitions for the "EN" locale.
10+
* Implemented rating OCR quality in texts.
11+
* Migrated numeric data in parsers sesults to decimal format to avoid losing fraction digits.
12+
713
1.7.0 - August 27, 2020
814
----------------
915
* Improved LexNLP handling for dates for the "EN" locale.

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = 'ContraxSuite, LLC'
2626

2727
# The short X.Y version
28-
version = '1.7.0'
28+
version = '1.8.0'
2929
# The full version, including alpha/beta/rc tags
30-
release = '1.7.0'
30+
release = '1.8.0'
3131

3232
# -- General configuration ---------------------------------------------------
3333

docs/source/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ License
77
AGPL License
88
----------------
99
LexNLP is available by default under the terms of the GNU Affero General Public License v3.0.
10-
https://github.com/LexPredict/lexpredict-lexnlp/blob/1.7.0/LICENSE
10+
https://github.com/LexPredict/lexpredict-lexnlp/blob/1.8.0/LICENSE
1111

1212

1313
License Release

docs/source/modules/extract/en/courts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ of court or venue references from text.
1818
* US Federal and State courts
1919

2020
This data is governed by a separate Creative Commons Attribution Share Alike 4.0 license here:
21-
https://github.com/LexPredict/lexpredict-legal-dictionary/blob/1.7.0/LICENSE
21+
https://github.com/LexPredict/lexpredict-legal-dictionary/blob/1.8.0/LICENSE
2222

2323

2424
The full list of current unit test cases can be found here:

docs/source/modules/extract/en/geoentities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ of geopolitical or geographic references from text.
1212
https://github.com/LexPredict/lexpredict-legal-dictionary
1313

1414
This data is governed by a separate Creative Commons Attribution Share Alike 4.0 license here:
15-
https://github.com/LexPredict/lexpredict-legal-dictionary/blob/1.7.0/LICENSE
15+
https://github.com/LexPredict/lexpredict-legal-dictionary/blob/1.8.0/LICENSE
1616

1717

1818
The full list of current unit test cases can be found here:

index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Information
4141

4242
- ContraxSuite: https://contraxsuite.com/
4343
- LexPredict: https://lexpredict.com/
44-
- Official Website: https://contraxsuite.com/lexnlp/
44+
- Official Website: https://lexnlp.com/
4545
- Documentation: http://lexpredict-lexnlp.readthedocs.io/en/latest/
4646
(in progress)
4747
- Contact: support@contraxsuite.com
@@ -81,6 +81,8 @@ Requirements
8181
Releases
8282
--------
8383

84+
- 1.8.0: December 2, 2020 - Twenty first scheduled public release;
85+
`code <https://github.com/LexPredict/lexpredict-lexnlp/tree/1.8.0>`__
8486
- 1.7.0: August 27, 2020 - Twentieth scheduled public release;
8587
`code <https://github.com/LexPredict/lexpredict-lexnlp/tree/1.7.0>`__
8688
- 1.6.0: May 27, 2020 - Nineteenth scheduled public release;

lexnlp/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
__author__ = "ContraxSuite, LLC; LexPredict, LLC"
66
__copyright__ = "Copyright 2015-2020, ContraxSuite, LLC"
7-
__license__ = "https://github.com/LexPredict/lexpredict-lexnlp/blob/1.7.0/LICENSE"
8-
__version__ = "1.7.0"
7+
__license__ = "https://github.com/LexPredict/lexpredict-lexnlp/blob/1.8.0/LICENSE"
8+
__version__ = "1.8.0"
99
__maintainer__ = "LexPredict, LLC"
1010
__email__ = "support@contraxsuite.com"
1111

lexnlp/config/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "ContraxSuite, LLC; LexPredict, LLC"
22
__copyright__ = "Copyright 2015-2020, ContraxSuite, LLC"
3-
__license__ = "https://github.com/LexPredict/lexpredict-lexnlp/blob/1.7.0/LICENSE"
4-
__version__ = "1.7.0"
3+
__license__ = "https://github.com/LexPredict/lexpredict-lexnlp/blob/1.8.0/LICENSE"
4+
__version__ = "1.8.0"
55
__maintainer__ = "LexPredict, LLC"
66
__email__ = "support@contraxsuite.com"

0 commit comments

Comments
 (0)