1. About AdvaS
2. Installation Guide
3. Usage Of AdvaS
 -  3.1 Including The AdvaS Module
 -  3.2 Examples
4. AdvaS Function List
5. Information Retrieval Resources
6. Documentation
 
 Including The AdvaS Module
 
Python provides two different ways for including AdvaS in your Python script. First, you can include the module, completely, by writing

# import advas module
import advas

As an alternative, you can select just the function you need:

# import idf from advas module
from advas import idf