コード例 #1
0
    def __init__(self, projectRoot):
        self.projectRoot = projectRoot

        self.csvFilter = None
        self.ngramCalculator = NgramCalculator()

        self.featureArray = FeatureArray()