|
|
|
@ -3,21 +3,32 @@ Dictionary of Lexicons used for Feature Extraction
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
ALL_LEXICONS = {
|
|
|
|
ALL_LEXICONS = {
|
|
|
|
|
|
|
|
|
|
|
|
'COMPARE': ['compar' 'compet', 'evaluat', 'test', 'superior', 'inferior', 'better', 'best', 'worse', 'worst',
|
|
|
|
'COMPARE': ['compar', 'compet', 'evaluat', 'test', 'superior', 'inferior', 'better', 'best', 'good', 'low',
|
|
|
|
'greater', 'larger', 'faster', 'measur'],
|
|
|
|
'worse', 'worst', 'greater', 'larger', 'faster', 'high', 'measur', 'between', 'another', 'similar'],
|
|
|
|
|
|
|
|
|
|
|
|
'CONTRAST': ['contrast', 'different' 'distinct', 'conflict', 'disagree', 'oppose', 'distinguish', 'contrary'],
|
|
|
|
'CONTRAST': ['contrast', 'different' 'distinct', 'conflict', 'disagree', 'oppose', 'distinguish', 'contrary'],
|
|
|
|
|
|
|
|
|
|
|
|
'RESULT': ['evidence', 'experiment', 'find', 'progress', 'observation', 'outcome', 'result'],
|
|
|
|
'RESULT': ['estimate', 'evidence', 'experiment', 'find', 'progress', 'observation', 'outcome', 'result', 'performance'],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'INCREASE': ['increase', 'grow', 'intensify', 'build up', 'explode'],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'CHANGE': ['adapt', 'adjust', 'augment', 'combine', 'change', 'decrease', 'elaborate', 'expand', 'expand on',
|
|
|
|
|
|
|
|
'extend', 'derive', 'incorporate', 'increase', 'manipulate', 'modify', 'optimize', 'optimise', 'refine',
|
|
|
|
|
|
|
|
'render', 'replace', 'revise', 'substitute', 'tailor', 'upgrade', 'grow'],
|
|
|
|
|
|
|
|
|
|
|
|
'USE': ['use', 'using', 'apply', 'applied', 'employ', 'make use', 'utilize', 'implement'],
|
|
|
|
'USE': ['use', 'using', 'apply', 'applied', 'employ', 'make use', 'utilize', 'implement'],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'PRESENT': ['describe', 'discuss', 'give', 'introduce', 'note', 'notice', 'present', 'propose', 'recapitulate',
|
|
|
|
|
|
|
|
'demonstrate', 'remark', 'report', 'say', 'show', 'sketch', 'state', 'suggest', 'figure'],
|
|
|
|
|
|
|
|
|
|
|
|
'IMPORTANT': ['important', 'main', 'key', 'basic', 'central', 'crucial', 'critical', 'essential', 'fundamental',
|
|
|
|
'IMPORTANT': ['important', 'main', 'key', 'basic', 'central', 'crucial', 'critical', 'essential', 'fundamental',
|
|
|
|
'great', 'largest', 'major', 'overall', 'primary', 'principle', 'serious', 'substantial', 'ultimate'],
|
|
|
|
'great', 'largest', 'major', 'overall', 'primary', 'principle', 'serious', 'substantial', 'ultimate',
|
|
|
|
|
|
|
|
'significant', 'remarkable', 'noteworthy', 'crucial', 'emerge'],
|
|
|
|
|
|
|
|
|
|
|
|
'RESEARCH': ['apply', 'analyze', 'characteri', 'formali', 'investigat', 'implement', 'interpret', 'examin',
|
|
|
|
'RESEARCH': ['research', 'paper', 'study', 'studie', 'apply', 'analyze', 'characteri', 'formali', 'investigat',
|
|
|
|
'observ', 'predict', 'verify', 'work on', 'empirical', 'experiment', 'exploratory', 'ongoing',
|
|
|
|
'implement', 'interpret', 'examin', 'observ', 'predict', 'verify', 'work on', 'empirical',
|
|
|
|
'quantitative', 'qualitative', 'preliminary', 'statistical', 'underway'],
|
|
|
|
'experiment', 'exploratory', 'ongoing', 'quantitative', 'qualitative', 'preliminary', 'statistical',
|
|
|
|
|
|
|
|
'knowledge', 'underway', 'discuss', 'reference', 'publish', 'document'],
|
|
|
|
|
|
|
|
|
|
|
|
'APPROACH': ['approach', 'account', 'algorithm', 'analys', 'approach', 'application', 'architecture', 'characteri',
|
|
|
|
'APPROACH': ['approach', 'account', 'algorithm', 'analys', 'approach', 'application', 'architecture', 'characteri',
|
|
|
|
'component', 'design', 'extension', 'formali', 'framework', 'implement', 'investigat', 'machine',
|
|
|
|
'component', 'design', 'extension', 'formali', 'framework', 'implement', 'investigat', 'machine',
|
|
|
|
@ -27,15 +38,25 @@ ALL_LEXICONS = {
|
|
|
|
'PUBLIC': ['acknowledge', 'admit', 'agree', 'assert', 'claim', 'complain', 'declare', 'deny', 'explain',
|
|
|
|
'PUBLIC': ['acknowledge', 'admit', 'agree', 'assert', 'claim', 'complain', 'declare', 'deny', 'explain',
|
|
|
|
'hint', 'insist', 'mention', 'proclaim', 'promise', 'protest', 'remark', 'reply', 'report', 'say',
|
|
|
|
'hint', 'insist', 'mention', 'proclaim', 'promise', 'protest', 'remark', 'reply', 'report', 'say',
|
|
|
|
'suggest', 'swear', 'write'],
|
|
|
|
'suggest', 'swear', 'write'],
|
|
|
|
|
|
|
|
|
|
|
|
'BEFORE': ['earlier', 'initial', 'past', 'previous', 'prior'],
|
|
|
|
'BEFORE': ['earlier', 'initial', 'past', 'previous', 'prior'],
|
|
|
|
|
|
|
|
|
|
|
|
'BETTER_SOLUTION': ['boost', 'enhance', 'defeat', 'improve', 'perform better', 'outperform', 'outweigh', 'surpass'],
|
|
|
|
'BETTER_SOLUTION': ['boost', 'enhance', 'defeat', 'improve', 'perform better', 'outperform', 'outweigh', 'surpass'],
|
|
|
|
|
|
|
|
|
|
|
|
'PROFESSIONALS': ['colleagues', 'community', 'computer scientists', 'computational linguists', 'discourse analysts',
|
|
|
|
'PROFESSIONALS': ['colleagues', 'community', 'computer scientists', 'computational linguists', 'discourse analysts',
|
|
|
|
'expert', 'investigators', 'linguists', 'logicians', 'philosophers', 'psycholinguists',
|
|
|
|
'expert', 'investigators', 'linguists', 'logicians', 'philosophers', 'psycholinguists',
|
|
|
|
'psychologists', 'researchers', 'scholars', 'semanticists', 'scientists'],
|
|
|
|
'psychologists', 'researchers', 'scholars', 'semanticists', 'scientists'],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'MEDICINE': ['medicine', 'tissue', 'gene', 'inflammatory', 'mutant', 'neuro', 'digest', 'ortho', 'kinase', 'pneumonia',
|
|
|
|
|
|
|
|
'clinical', 'therap', 'kidney', 'receptor', 'cancer', 'synthesis', 'protein', 'syndrom', 'toxin', 'death', 'calcium',
|
|
|
|
|
|
|
|
'pharma', 'heart', 'disease', 'vitamin', 'tumor', 'blind', 'symptom', 'medical', 'vaccin', 'molecule',
|
|
|
|
|
|
|
|
'biotic', 'patient', 'cells', 'immune', 'blood', 'plasma', 'diagnos', 'neura', 'reproductive', 'plasm', 'drug',
|
|
|
|
|
|
|
|
'membrane', 'muscle', 'contagious', 'inflam', 'physician', 'dna', 'genome', 'bacteria', 'cavity', 'antibodies'],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'MATH': ['matrix', 'gaussian', 'variance', 'radius', 'function', 'comput', 'once', 'twice', 'thrice', 'diagram',
|
|
|
|
|
|
|
|
'vector', 'rectangle', 'logic', 'amount', 'maxim', 'minim', 'linear', 'magnitude', 'theorem', 'gradient',
|
|
|
|
|
|
|
|
'exponential', 'complex', 'graph', 'mean', 'equation', 'offset', 'calculat', 'coefficient', 'discrete', 'math'],
|
|
|
|
|
|
|
|
|
|
|
|
'CITATION': ['et al'], # TODO (for Isaac) :: Write a complex regex for finding Citations in the text
|
|
|
|
'CITATION': ['et al'], # TODO (for Isaac) :: Write a complex regex for finding Citations in the text
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|