graphaware / neo4j-nlp

NLP Capabilities in Neo4j
https://hume.graphaware.com/
335 stars 82 forks source link

Allow custom stop-POS list in pipelines #123

Closed vlasta-kus closed 3 years ago

vlasta-kus commented 6 years ago

Just like we can define custom stop words list, it should be supported to specify forbidden POS labels. This can be especially useful when switching to other languages (instead of comprehensive stop words list, we can remove articles, conjunctions, auxiliary verbs etc. with a simple POS list).

Related: apply stop words list on lemmatised tags instead of / in addition to original values.