-
Updated
Jul 17, 2020 - Python
Natural language processing
Natural language processing (NLP) is a field of computer science that studies how computers and humans interact. In the 1950s, Alan Turing published an article that proposed a measure of intelligence, now called the Turing test. More modern techniques, such as deep learning, have produced results in the fields of language modeling, parsing, and natural-language tasks.
Here are 10,395 public repositories matching this topic...
-
Updated
Jul 14, 2020 - Python
-
Updated
Jul 15, 2020 - Python
-
Updated
Jul 3, 2020 - Python
-
Updated
Jun 12, 2017
-
Updated
Jul 14, 2020 - Jupyter Notebook
-
Updated
Jul 16, 2020 - Python
-
Updated
Jul 17, 2020
-
Updated
Jul 15, 2020
-
Updated
Jun 3, 2020 - Python
-
Updated
Jun 28, 2020 - JavaScript
I propose this topic as feature request, but it's also a documentation issue, as lack of details in user guide paragraph: https://rasa.com/docs/rasa/core/actions/#custom-actions.
What specified in paragraph Execute Actions in Other Code is obscure to me, and details at the API documentation link [Action Server](]https://rasa.com/docs/rasa/api/acti
This output is unexpected. The In returns the capitalize In from PorterStemmer's output.
>>> from nltk.stem import PorterStemmer
>>> porter = PorterStemmer()
>>> porter.stem('In')
'In'More details on https://stackoverflow.com/q/60387288/610569
label:"help wanted" Interpreting param_selection.txt for model tuning (selecting hyper parameters)
I tried selecting hyper parameters of my model following "Tutorial 8: Model Tuning" below:
https://github.com/flairNLP/flair/blob/master/resources/docs/TUTORIAL_8_MODEL_OPTIMIZATION.md
Although I got the "param_selection.txt" file in the result directory, I am not sure how to interpret the file, i.e. which parameter combination to use. At the bottom of the "param_selection.txt" file, I found "
more details at: allenai/allennlp#2264 (comment)
-
Updated
Jul 17, 2020 - TypeScript
Prerequisites
Please fill in by replacing
[ ]with[x].
- Are you running the latest
bert-as-service? - Did you follow the installation and the usage instructions in
README.md? - Did you check the [FAQ list in
README.md](https://github.com/hanxiao/bert-as-se
As per the StanfordCoreNLP documentation for CoreLabel, The functions after() and before() should return white space strings between the token and the next/previous tokens respectively.
However, they return an empty string always even if there are some white spaces when the tokenizer option **normalizeOth
The words and sentences properties are helpers that use the textblob.tokenizers.WordTokenizer and textblob.tokenizers.SentenceTokenizer classes, respectively.
You can use other tokenizers, such as those provided by NLTK, by passing them into the TextBlob constructor then accessing the t
-
Updated
Jul 14, 2020 - Jupyter Notebook
-
Updated
May 20, 2020 - Python
-
Updated
Apr 20, 2020 - Jupyter Notebook
-
Updated
Jan 28, 2020 - Jupyter Notebook
-
Updated
Feb 14, 2020 - Python
-
Updated
Jun 9, 2020 - Jupyter Notebook
-
Updated
Dec 1, 2019
Description
Add a ReadMe file in the GitHub folder.
Explain usage of the Templates
Other Comments
Principles of NLP Documentation
Each landing page at the folder level should have a ReadMe which explains -
○ Summary of what this folder offers.
○ Why and how it benefits users
○ As applicable - Documentation of using it, brief description etc
Scenarios folder:
○
Created by Alan Turing
- Wikipedia
- Wikipedia


I was going though the existing enhancement issues again and though it'd be nice to collect ideas for spaCy plugins and related projects. There are always people in the community who are looking for new things to build, so here's some inspiration✨ For existing plugins and projects, check out the spaCy universe.
If you have questions about the projects I suggested,