saami_crawler
This file contains routines to crawl sites containing saami text.
main()
Crawl sites.
Source code in /home/anders/projects/CorpusTools/corpustools/saami_crawler.py
50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
|
parse_options()
Parse the commandline options.
Returns:
Type | Description |
---|---|
argparse.Namespace
|
the parsed commandline arguments |
Source code in /home/anders/projects/CorpusTools/corpustools/saami_crawler.py
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
|