{"id":15620691,"url":"https://github.com/akb89/myvalencer","last_synced_at":"2025-04-06T22:46:14.611Z","repository":{"id":73382472,"uuid":"70779217","full_name":"akb89/myValencer","owner":"akb89","description":"A valence patterns search engine for FrameNet","archived":false,"fork":false,"pushed_at":"2020-11-20T19:33:12.000Z","size":15817,"stargazers_count":3,"open_issues_count":9,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T14:04:14.718Z","etag":null,"topics":["bulma","client","framenet","search-engine","valence-pattern","vuejs"],"latest_commit_sha":null,"homepage":"https://valencer.io/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akb89.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-13T07:11:58.000Z","updated_at":"2023-04-18T17:57:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1fbaebd-4546-44b5-af7a-3b59d4daf6e9","html_url":"https://github.com/akb89/myValencer","commit_stats":{"total_commits":144,"total_committers":4,"mean_commits":36.0,"dds":0.4930555555555556,"last_synced_commit":"3c777efdfe26af09c854bf10f66f59ad818535d2"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akb89%2FmyValencer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akb89%2FmyValencer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akb89%2FmyValencer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akb89%2FmyValencer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akb89","download_url":"https://codeload.github.com/akb89/myValencer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563924,"owners_count":20958971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bulma","client","framenet","search-engine","valence-pattern","vuejs"],"created_at":"2024-10-03T09:02:04.574Z","updated_at":"2025-04-06T22:46:14.583Z","avatar_url":"https://github.com/akb89.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# myValencer\n[![GitHub release][release-image]][release-url]\n[![Build][travis-image]][travis-url]\n[![Dependencies][david-image]][david-url]\n[![DevDependencies][david-dev-dep-image]][david-dev-url]\n[![MIT License][license-image]][license-url]\n\nWelcome to **myValencer**, the valence pattern search engine for FrameNet!\n\n**myValencer** is a web application powered by the [Valencer API](https://github.com/akb89/valencer)\n\n#### Are you using us in your work? Please cite us!\n```latex\n@InProceedings{kabbach-ribeyre:2017:ELEX,\n  author    = {Kabbach, Alexandre  and  Ribeyre, Corentin},\n  title     = {myValencer: a Valence Patterns Search Engine for FrameNet},\n  booktitle = {eLex 2017 conference},\n  month     = {September},\n  year      = {2017},\n  address   = {Leiden, Netherlands},\n  url       = {https://elex.link/elex2017/}\n}\n```\n\n## Documentation\nCheck out [myValencer's manual](https://akb89.github.io/myValencer/)\n\n## HowTo \u0026ndash; Start myValencer\n\n### Install the required dependencies\nRun the following command in your terminal, under myValencer directory:\n```\nnpm install\n```\n\n### Set-up the configuration\nModify the `app/config/production.js` file according to your desired settings:\n```\nconst production = {\n    port: 5555,\n    api_host: 'https://api.valencer.io',\n};\n```\nWith `port` the port of myValencer and `api_host` the URL of the Valencer API\n\n### Build the distribution\nRun the following command in your terminal, under myValencer directory:\n```\nnpm run build\n```\n\n### Start the server\nRun the following command in your terminal, under myValencer directory:\n```\nnpm run start\n```\n\n### Stop the server\nTo stop the server, run:\n```\nnpm run stop\n```\n\n### Monitoring\nTo monitor myValencer once started, run:\n```\npm2 monit myValencer\n```\nIf pm2 is not installed globally in your environment, you can also do:\n```\n./node_modules/.bin/pm2 monit myValencer\n```\n\nTo access myValencer logs, run:\n```\npm2 logs myValencer\n```\n\n[release-image]:https://img.shields.io/github/release/akb89/myvalencer.svg?style=flat-square\n[release-url]:https://github.com/akb89/myvalencer/releases/latest\n[travis-image]:https://img.shields.io/travis/akb89/myValencer.svg?style=flat-square\n[travis-url]:https://travis-ci.org/akb89/myValencer\n[coverage-image]:https://img.shields.io/coveralls/akb89/myvalencer/master.svg?style=flat-square\n[coverage-url]:https://coveralls.io/github/akb89/myValencer?branch=master\n[license-image]:http://img.shields.io/badge/license-MIT-000000.svg?style=flat-square\n[license-url]:LICENSE.txt\n[david-url]: https://david-dm.org/akb89/myvalencer\n[david-image]: https://david-dm.org/akb89/myvalencer.svg?style=flat-square\n[david-dev-dep-image]: https://img.shields.io/david/dev/akb89/myvalencer.svg?style=flat-square\n[david-dev-url]: https://david-dm.org/akb89/myvalencer?type=dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakb89%2Fmyvalencer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakb89%2Fmyvalencer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakb89%2Fmyvalencer/lists"}