Skip to content

Commit

Permalink
Update 2023-02-02-legpipe_ner_contract_doc_parties_alias_former_en.md (
Browse files Browse the repository at this point in the history
  • Loading branch information
gadde5300 authored Feb 17, 2023
1 parent f5d6cf1 commit f20548e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Other models can be found to detect other parts of the document, as Headers/Subh
<div class="tabs-box" markdown="1">
{% include programmingLanguageSelectScalaPythonNLU.html %}
```python
legal_pipeline = nlp.PretrainedPipeline("finpipe_header_subheader", "en", "finance/models")
legal_pipeline = nlp.PretrainedPipeline("legpipe_ner_contract_doc_parties_alias_former", "en", "legal/models")

text = ['''This Consulting Agreement (the "Agreement"), made this 27t h day of March, 2017 is entered into by Immunotolerance, Inc., a Delaware corporation (the "Company"), and Alan Crane, an individual (the "Consultant").''']

Expand Down Expand Up @@ -97,4 +97,4 @@ result = legal_pipeline.annotate(text)
- NerConverterInternalModel
- ZeroShotNerModel
- NerConverterInternalModel
- ChunkMergeModel
- ChunkMergeModel

0 comments on commit f20548e

Please sign in to comment.