Skip to content

Commit

Permalink
Merge pull request #13 from SidharthMacherla/develop_v1.1.0
Browse files Browse the repository at this point in the history
Updated version
  • Loading branch information
SidharthMacherla authored Jan 19, 2021
2 parents 403d821 + 5d1b9e6 commit 1350eeb
Show file tree
Hide file tree
Showing 9 changed files with 615 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Build Status](https://travis-ci.org/SidharthMacherla/indepth.svg?branch=master)](https://travis-ci.org/SidharthMacherla/indepth)
[![DOI](https://zenodo.org/badge/294655622.svg)](https://zenodo.org/badge/latestdoi/294655622)
# indepth

This Python package is currently unstable.
Expand Down
2 changes: 1 addition & 1 deletion indepth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Invoke Libraries
#&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
import pandas as pd
from indepth.functions import remov_punct, symSentSim
from indepth.functions import remov_punct, symSentSim, wrdCnt, sbjVrbAgreement, modalRuleError, PrpDonot, VrbTenseAgreementError, a_an_error, realWrds, symSentSim, motionVerbs, coherentWrds, hyponymPolysem_cnt, concretMeaningPOS, vocabSize, commonWrd, buildFeatures

#&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
# Main function
Expand Down
Binary file added indepth/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file added indepth/__pycache__/functions.cpython-36.pyc
Binary file not shown.
Binary file added indepth/data/mrc_psycholing.pkl
Binary file not shown.
Loading

0 comments on commit 1350eeb

Please sign in to comment.