USCDataScience / parser-indexer-py

Python tools for parsing documents and building the inverted index with enriched metadata. Java version with slightly different features - https://github.com/USCDataScience/parser-indexer
Apache License 2.0
9 stars 3 forks source link

Migrate all codes to python3 #36

Closed yyzhuang1991 closed 3 years ago

yyzhuang1991 commented 3 years ago

Could you add support to python3?

stevenlujpl commented 3 years ago

@yyzhuang1991 Could you please let me know why you would like to upgrade the codebase to Python 3?

wkiri commented 3 years ago

After discussion, we decided to stick with Python 2 for this repository for now.