Metadata-Version: 2.1
Name: IndexAns
Version: 0.3
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Karigor
Author-email: 
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: scikit-learn
Requires-Dist: scipy



## Installation:

```
pip install IndexAns
```


## Usage:
```python
>>>  from IndexAns import IndexAns as ia
>>>  data = "বঙ্গবন্ধু গ্রাম নাম যেন"
>>>  ia.get_ind([data], wordSet1, idfs1, matrix1, wordSet2, idfs2, matrix2)
```


