Пример #1
0
 def process(self, docObj):
     """Merges clusters that pass all the relations of pass 3, excluding compatible modifiers"""
     
     sieve = StrictHeadMatchSieve()
     sieve.process(docObj, checkCompatibleModifiers=False)
 def process(self, docObj):
     """Merges clusters that pass all the relations of pass 3, excluding word inclusion"""
     
     sieve = StrictHeadMatchSieve()
     sieve.process(docObj, checkWordInclusion=False)