Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entity Text Parser #59

Open
jmichaelterenin opened this issue Feb 7, 2020 · 3 comments
Open

Entity Text Parser #59

jmichaelterenin opened this issue Feb 7, 2020 · 3 comments
Labels

Comments

@jmichaelterenin
Copy link

I'm seeing this aspect of the package as being rather weak. Specifically, I'd like to be able to parse nouns/noun phrases and have a better categorization of them, similar to here:
https://github.com/web64/laravel-nlp#summarization

$entities = NLP::corenlp_entities($text); /* array:6 [ "PERSON" => array:3 [ 0 => "John C. Breckinridge" 1 => "James Buchanan" ] "STATE_OR_PROVINCE" => array:1 [ 0 => "Kentucky" ] "COUNTRY" => array:1 [ 0 => "United States" ] "ORGANIZATION" => array:1 [ 0 => "Confederate States of America" ] "DATE" => array:1 [ 0 => "1857" ] "TITLE" => array:1 [ 0 => "vice president" ] ] */

Unfortunately, this package requires Linux/Ubuntu platform, and I'm working in Windows.
Is there a download or different method for doing this here?

@yooper yooper added the jerk label Apr 14, 2020
@tscgist
Copy link

tscgist commented May 26, 2020

Have you ever thought about using Docker on Windows? Your problem can easily be fixed when using Docker.

@ace411
Copy link
Contributor

ace411 commented May 27, 2020

@jmichaelterenin Please consider downloading and using WSL.

@Nixes
Copy link

Nixes commented Aug 2, 2023

Hmm could this be listed as a requirement in the readme? I had no idea it only supported linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants