Package: coreNLP 0.4-3
coreNLP: Wrappers Around Stanford CoreNLP Tools
Provides a minimal interface for applying annotators from the 'Stanford CoreNLP' java library. Methods are provided for tasks such as tokenisation, part of speech tagging, lemmatisation, named entity recognition, coreference detection and sentiment analysis.
Authors:
coreNLP_0.4-3.tar.gz
coreNLP_0.4-3.zip(r-4.5)coreNLP_0.4-3.zip(r-4.4)coreNLP_0.4-3.zip(r-4.3)
coreNLP_0.4-3.tgz(r-4.4-any)coreNLP_0.4-3.tgz(r-4.3-any)
coreNLP_0.4-3.tar.gz(r-4.5-noble)coreNLP_0.4-3.tar.gz(r-4.4-noble)
coreNLP_0.4-3.tgz(r-4.4-emscripten)coreNLP_0.4-3.tgz(r-4.3-emscripten)
coreNLP.pdf |coreNLP.html✨
coreNLP/json (API)
# Install 'coreNLP' in R: |
install.packages('coreNLP', repos = c('https://statsmaths.r-universe.dev', 'https://cloud.r-project.org')) |
- annoEtranger - Annotation of first two lines of Albert Camus' L'Etranger
- annoHp - Annotation of first line of JK Rowling's The Philosopher's Stone
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 years agofrom:3163b1707a. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 09 2024 |
R-4.5-win | OK | Nov 09 2024 |
R-4.5-linux | OK | Nov 09 2024 |
R-4.4-win | OK | Nov 09 2024 |
R-4.4-mac | OK | Nov 09 2024 |
R-4.3-win | OK | Nov 09 2024 |
R-4.3-mac | OK | Nov 09 2024 |
Exports:annotateFileannotateStringdownloadCoreNLPgetCoreferencegetDependencygetOpenIEgetParsegetSentimentgetTokeninitCoreNLPloadXMLAnnotationuniversalTagset
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Annotation of first two lines of Albert Camus' L'Etranger | annoEtranger annoEtranger.rda |
Annotation of first line of JK Rowling's The Philosopher's Stone | annoHp annoHp.rda |
Annotate a text file | annotateFile |
Annotate a string of text | annotateString |
Download java files needed for coreNLP | downloadCoreNLP |
Get Coreference | getCoreference |
Get Dependencies | getDependency |
Get OpenIE | getOpenIE |
Get parse tree as character vector | getParse |
Get Sentiment scores | getSentiment |
Get tokens as data frame | getToken |
Initialize the CoreNLP java object | initCoreNLP |
Load CoreNLP XML file | loadXMLAnnotation |
Parse annotation xml | parseAnnoXML |
Print a summary of an annotation object | print.annotation |
Convert Penn TreeBank POS to Universal Tagset | universalTagset |