Laksh Singla
Laksh Singla
@spencermountain I would like to contribute towards this bugfix (in case this issue is still open) as my first contribution to this repository. Can you please give a brief overview...
@spencermountain Regarding `and a half` issue here's what I suggest |# | Syntax | Semantics | |:----:|:-----------------:|:------------------:| |1| `\w+ and a? half$\` | Add half to the sum | |2|...
@spencermountain Till the time we are working on this issue, lets use my above comment as a place for documenting regarding this issue, as soon as I will make some...
Alright, thanks a lot. I have written the logic for `^a? half$` and `\^w+ and a half$` (updated from `a? half` and `w+ and a? half$`, but have yet to...
I am trying to implement`a half` part Here's the snippet I am implementing `const standaloneHalf = /^(a )?half$/; if(str.match(standaloneHalf)){ return 0.5; }` But the test case `['a half', '0.5' ]`...
Alright, thanks for your help. I will push the commit with reference to `a half` test cases today and mention it here in the comment. The current code for `a...
Which subset of strings does [.values()](https://github.com/spencermountain/compromise/blob/master/src/subset/values/index.js#L124) recieve , i.e. what is `r`? I am presuming the full string. I don't see any splitting based on `half` containing words. Is it...
@spencermountain Sorry for late response :disappointed: I am creating a PR for my progress till now, which isn't that much. I am only able to cover `#1` case. For standalone...
@ev1stensberg I would also like to contribute to this issue, how should I go about it. Also which portion of UI should I take up to implement?
@rishabh3112 Thanks for swift response. I propose creating an Express based server which will run locally, and serve the frontend to the localhost and use a library like shelljs on...