Indrajith Indraprastham
Indrajith Indraprastham
Can you give me some more information on this issue?
You have to write [grammar](https://github.com/indrajithi/genquest/blob/fdb749bf558e59c8272bdb2f20383d95ce27852e/quest.py#L66) for that.
You have to take some sample questions starting with How and get their pos-tags. Then by trial and error form a rule (combinations of pos tags) that will result in...
> whats the format for the text file which needs to be replaced in the paragraph/preprocess_embedding.sh file ?? > > Can i use this file ? [glove.840B.300d.txt](https://www.kaggle.com/takuok/glove840b300dtxt#glove.840B.300d.txt) > > or...
@lodenrogue Max max_links is basically the max hops the crawler will make. Let us say we start from `github.com` as the root url. In the first crawl we will fetch...
Hi @C0DE-SLAYER. Please let us know if you are working on this?
Blocked by #17
@Mews You can work on this. I want to complete #17 before picking this up. I have merged the MR for that. Although there are a few more things to...
You can create Issues for things in #24 you find interesting and pick it up. Meanwhile I will spec out some details in this Issue. Also I think we should...
I have created script.py for this. I thought it was getting installed from [here](https://github.com/indrajithi/tiny-web-crawler/blob/master/pyproject.toml#L14). ``` [tool.poetry.scripts] post_install = "scripts:post_install" ```