Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drdub/yvytu
Identification of weather events with agricultural impact in Spanish news.
https://github.com/drdub/yvytu
Last synced: 27 days ago
JSON representation
Identification of weather events with agricultural impact in Spanish news.
- Host: GitHub
- URL: https://github.com/drdub/yvytu
- Owner: DrDub
- License: mit
- Created: 2014-10-25T16:24:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T19:54:03.000Z (about 10 years ago)
- Last Synced: 2023-03-11T04:12:56.903Z (almost 2 years ago)
- Language: Perl
- Size: 393 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yvytu
=====Identification of weather events with agricultural impact in Spanish
news.Models trained with dbacl, currently only running on titles.
Events:
* hail
* frost (planned)
* flood (planned)API access
----------Drop the api/ folder in a web server with PHP. Set the path to the
models and dbacl.Set the title as the GET variable 'q'
For example:
$ curl http://localhost/yvytu/api/?q=fuertes+lluvias+crean+grandes+problemas+con+el+granizo
granizo
$ curl http://localhost/yvytu/api/?q=ola+ke+ase
$About the name
--------------The word yvytu is Guarani for "wind".
Authors
-------* Yanina Bellini ([email protected])
* Pablo Duboue ([email protected])License
-------All files available under MIT license.