lexpredict-lexnlp icon indicating copy to clipboard operation
lexpredict-lexnlp copied to clipboard

LexNLP by LexPredict

Results 47 lexpredict-lexnlp issues
Sort by recently updated
recently updated
newest added

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.4.0 to 5.6.6. Changelog Sourced from psutil's changelog. 5.6.6 2019-11-25 Bug fixes 1179_: [Linux] Process cmdline() now takes into account misbehaving processes renaming the command line and...

dependencies

# Info Python 3.8.5 or Python 3.6.12 Poetry 1.0.10 # Installation Attempt ```bash poetry new nlp cd nlp poetry add lexnlp ... [SolverProblemError] Because datefinder-lexpredict (0.6.2) depends on regex (2017.9.23)...

installation

Attempting to `pip install lexnlp` currently pulls 2.1.0 from pypi. This fails to install on Win10/Python 3.9 and apparently M1 MacBooks. Downloading the current master and installing from zip encounters...

Here is the traceback. Less than one year old MacBook Pro M1. Have tried uninstalling and reinstalling scipy, numpy and other packages, no luck. Apparently, I cannot use LexNLP on...

installation

Using lexnlp 1.8.0 in Anaconda and trying out the examples from https://contraxsuite.com/lexnlp-features/ **Expected:** ![image](https://user-images.githubusercontent.com/6403253/108724249-21ed3200-74f3-11eb-8830-21dc3e91f8a9.png) **Actual:** ![image](https://user-images.githubusercontent.com/6403253/108724585-78f30700-74f3-11eb-9e1a-b9d3ae37f443.png)

extraction

Two problems: 1. running the example in your docs returns faulty results ```python import lexnlp.extract.en.entities.nltk_re text = "This is Deutsche Bank Securities Inc." print(list(lexnlp.extract.en.entities.nltk_re.get_companies(text))) # [('This is Deutsche Bank Securities',...

extraction

macbook: used pip install https://github.com/LexPredict/lexpredict-lexnlp/archive/master.zip but it shows Failed building wheel for regex

installation

As there are already issues regarding installation which are not resolved. Here is another one. I am using **Python 3.6.6** and **Pipenv** for installing. It would be nice if it...

installation

Hello, guys, thanks you are making a really cool tool. I've faced with number of missing dates as wel ass false positives. Like: - `n\nMaster Transportation Agreement, April 2020.\n\n22777 Springwoods...

models

As stated in the paper the pre-trained models will be available from Oct 2017, but I could not find any of them in the repo. Can someone help me out...

models