text-analytics
Here are 93 public repositories matching this topic...
In #1925, we noticed that normalization of hyphens in the corpus constructor is causing inconsistency.
If corpus is a an object to keep original texts, we probably should not do it in the corpus constructor but in token constructor.
OS: MacOS 10.13.3
I installed the MeTA as instructed on setup guide. When I do the unit test
describe [ranker regression]
libc++abi.dylib: terminating with uncaught exception of type meta::corpus::corpus_exception: corpus configuration file (../data//cranfield/line.toml) not present
-
Updated
Jun 15, 2020
I am playing around with MALLET and TMT, I see a lot of optional settings with default values, but I have not found explanations for how these settings affect results, and what best practices are for choosing them. I would very much appreciate a guide explaining what each setting does, and advice on how to choose a proper value or evaluate the difference between values.
As an example: why is th
-
Updated
Oct 6, 2019 - C#
-
Updated
Jun 2, 2020 - Java
-
Updated
Jun 20, 2020 - Python
-
Updated
Apr 26, 2018 - Jupyter Notebook
-
Updated
Jul 7, 2020 - Java
In particular the user documentation needs to show users how to fetch queries from TAP, obtain the descriptions, and the authority information
-
Updated
May 8, 2020 - Python
-
Updated
May 2, 2020 - Python
-
Updated
Nov 27, 2019 - Python
-
Updated
Mar 10, 2020 - Python
-
Updated
Nov 26, 2018 - JavaScript
-
Updated
May 14, 2019 - JavaScript
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
May 7, 2020 - Jupyter Notebook
-
Updated
Jun 4, 2017 - Jupyter Notebook
-
Updated
May 28, 2018 - Jupyter Notebook
-
Updated
Jul 7, 2020 - Java
-
Updated
Jun 17, 2020 - HTML
-
Updated
Feb 23, 2018 - JavaScript
-
Updated
Sep 25, 2017 - Jupyter Notebook
-
Updated
Jun 16, 2020 - C#
-
Updated
Jul 8, 2020 - Python
-
Updated
Jun 14, 2017 - TypeScript
Improve this page
Add a description, image, and links to the text-analytics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the text-analytics topic, visit your repo's landing page and select "manage topics."
This is also on page 356.
from nltk.corpus import sentiwordnet as swn
good = swn.senti_synsets('good', 'n')[0]
Traceback (most recent call last):
File "", line 1, in
TypeError: 'filter' object is not subscriptable