GrammarScope  4.0.0
Public Member Functions | List of all members
grammarscope.glue.APartsOfSpeechFactory Class Reference

Public Member Functions

APartsOfSpeech make (final Tree tree)
 
APartsOfSpeech make (final List< Token > tokens)
 

Detailed Description

Parts-of-Speech factory

Author
Bernard Bou

Member Function Documentation

◆ make() [1/2]

APartsOfSpeech grammarscope.glue.APartsOfSpeechFactory.make ( final List< Token tokens)

Make part-of-speech from Stanford parse tree

Parameters
tokensStanford list of tokens
Returns
parts-of-speech artifact

◆ make() [2/2]

APartsOfSpeech grammarscope.glue.APartsOfSpeechFactory.make ( final Tree  tree)

Make part-of-speech from Stanford parse tree

Parameters
treeStanford parse tree
Returns
parts-of-speech artifact

The documentation for this class was generated from the following file: