work in progress: loops.classifier - some refactorings
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2074 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
dd809a07af
commit
0132b95db8
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ class Classifier(AdapterBase):
|
|||
analyzer = component.getAdapter(self, name=self.analyzer)
|
||||
statements = analyzer.extractStatements(infoSet)
|
||||
for statement in statements:
|
||||
if statement.subject is None:
|
||||
statement.subject = resource
|
||||
self.assignConcept(statement)
|
||||
|
||||
def assignConcept(self, statement):
|
||||
|
|
Loading…
Add table
Reference in a new issue