-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contribute #14
Comments
Hey @dollinvans thats great to hear, i could really use some help. I suppose that's a non-answer. I could setup some boilerplate using a v14 prerelease, if you wanted. Otherwise this summer is better timing for a reboot. |
I'm glad to hear that. So is there some channel where I can participate? The Slack channel seems to be abandoned |
hey @dollinvans i've started a new branch called v14 for us to play on. happy to help sort things out - right now there is very basic tagging via a small lexicon lookup, and a quick title-case check. Feel free to go crazy, change things however you'd like. |
so the biggest things to tackle are adding prefix or suffix rules for the tagger - another big task is noun inflection and verb-conjugation. This helps us make the lexicon much bigger. I can tackle this one, if you'd like to try the first one. I guess number-parsing is a big one too. up to you! |
hey i got some verb conjugation working. if you add 'sprechen' to ./lexicon/infinitives.js and then run npm run pack let text = 'er spricht'
var dok = nlp(text)
dok.debug()
/*
│ 'er' - Pronoun
│ 'spricht' - PresentTense
*/ 🥳 |
Hi,
I am considering continuing this project.
Does this make sense at all from your consideration or should I create a completely new fork of compromise?
This project seems very outdated and cannot be used anymore due to very outdated dependencies.
The slack-channel is not available anymore. That's why I'm contacting this way
The text was updated successfully, but these errors were encountered: