Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-ongenae/morphalou-crawler
A Crawler for CNRTL's Morphologie words
https://github.com/g-ongenae/morphalou-crawler
crawler french lexical-databases list-of-words words
Last synced: 22 days ago
JSON representation
A Crawler for CNRTL's Morphologie words
- Host: GitHub
- URL: https://github.com/g-ongenae/morphalou-crawler
- Owner: g-ongenae
- Created: 2020-04-04T14:53:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T04:57:29.000Z (over 1 year ago)
- Last Synced: 2023-03-03T22:13:21.021Z (over 1 year ago)
- Topics: crawler, french, lexical-databases, list-of-words, words
- Language: HTML
- Size: 793 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morphalou Crawler
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)][prettier]
## Why
I was looking for a french ~~dictionary API~~ list of words but couldn't find one for the purpose I was looking for.
In my small research, over the internet, I stumbled on a [comment] saying:> is based on morphalou: a gigantic XML
However, the link was wrong (ngnix `not found` error, though it is still referenced on the [portal page]) and pointing to a [catalog][morphology] of words and not an API.
But, that's what I was mainly looking for, hence this crawler.
_I also noted that I could actually fetch different dictionary from as its the same behavior, every time._
## How to use
```bash
# Clone
git clone https://github.com/g-ongenae/Morphalou-Crawler.gitcd Morphalou-Crawler/
# Install dependencies
npm install# Run
npm start
```[comment]: https://openclassrooms.com/forum/sujet/dictionnaire-francais-api-1#message-92732891
[morphology]: https://cnrtl.fr/morphologie/
[portal page]: https://cnrtl.fr/portail/
[prettier]: https://github.com/prettier/prettier