added th new .csv file and changes in .py file#73
Open
ganpat-singh wants to merge 5 commits intoLexPredict:masterfrom
Open
added th new .csv file and changes in .py file#73ganpat-singh wants to merge 5 commits intoLexPredict:masterfrom
ganpat-singh wants to merge 5 commits intoLexPredict:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes in views include the addition of a person extraction function.
Changes in the manager include modifying the date format and adding the person extraction function.
added the lexnlp package:
1.1. court file added path--> path to/lexnlp/config/en/kronicle_indian_courts.csv
1.2. :geoentities file path-->path to/lexnlp/config/en/kronicle_geoentities.csv
1.3. :geoaliases file path --> path to/lexnlp/config/en/kronicle_geoaliases.csv
1.4. :company file path ---> path to/lexnlp/config/en/kronicle_company_types.csv
: changes in .py file: path to /lexnlp/extract/en/*.py file
2.1. :amount.py : In the MAGNITUDE_MAP, there is an additional entry made by Kronicle for Indian numbering system units.
In the CURRENCY_SYMBOL_MAP, there is an additional entry made by Kronicle for Indian Symbol system units
2.2. :courts.py added the kronicle_indian_courts file path
: geoentities.py : adde the geoentities and geoaliases file path