Skip to content

Commit

Permalink
Add new links to the data and NLP sections
Browse files Browse the repository at this point in the history
  • Loading branch information
neomatrix369 committed Apr 26, 2019
1 parent 23297c0 commit d8c2a7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ See [Ethics / altruistic motives](../README-details.md#ethics--altruistic-motive
### Generate numeric data fitting a model/distribution (to fit linear model / ring / etc)

- [Synthetic data generation — a must-have skill for new data scientists](https://towardsdatascience.com/synthetic-data-generation-a-must-have-skill-for-new-data-scientists-915896c0c1ae)
- [Python Random Data Generation](https://honingds.com/blog/python-random/)
- [How to Generate Test Datasets in Python with scikit-learn](https://machinelearningmastery.com/generate-test-datasets-python-scikit-learn/)
- Python packages
- [scikit datasets package](https://scikit-learn.org/stable/modules/classes.html#module-sklearn.datasets)
Expand Down
3 changes: 2 additions & 1 deletion natural-language-processing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## Cloud
- [Cloud based-example: NLP API to analyze Harry Potter & The New York Times](https://cloud.google.com/blog/products/gcp/using-the-cloud-natural-language-api-to-analyze-harry-potter-and-the-new-york-times)

## Library, Framework, Models, Tools
## Library, Framework, Models, Tools, Services

- [BloomsburyAI's Open Source NLP tool: Cape Webservices - backend server](https://github.com/bloomsburyai/cape-webservices) | [Rest of BloomsburyAI's Open Source NLP tool - Cape](https://www.github.com/bloomsburyai) [Bought out by FB around March/April 2019]
- [Better NLP library (experimental)](../examples/better-nlp)
Expand Down Expand Up @@ -48,6 +48,7 @@
- [Spacy Cheatsheet](https://www.datacamp.com/community/blog/spacy-cheatsheet)
- [NeuralCoref 4.0: Coreference Resolution in spaCy with Neural Networks](https://github.com/huggingface/neuralcoref)
- [StarSpace: Learning embeddings for classification, retrieval and ranking](https://github.com/facebookresearch/StarSpace)
- [Free NLP service - Natural Language for Developers](wit.ai)

## Metaphor detection

Expand Down

0 comments on commit d8c2a7f

Please sign in to comment.