part-of-speech
Is there a microformat for labeling sentences, words, parts-of-speech, etc
Is there a microformat for basic natural language process that has tags for sentences, words, part开发者_如何学Cs-of-speech, etc...? I have searched the web but could not find any.Maybe what you are l[详细]
2023-04-04 18:54 分类:问答Part-Of-Speech tagging and Named Entity Recognition for C/C++/Obj-C
need some help! I\'m trying to write some code in objective-c that requires part-of-speech tagging, and ideally also named entity recognition.I don\'t have much interest in \"rolling my own\", so I\'[详细]
2023-03-15 18:32 分类:问答Calculate frequency of function words
I would like to calculate the frequency of function words in Python/NLTK. I see two ways to go about it :[详细]
2023-03-01 13:14 分类:问答How do I loop over several files, keeping the base name for further processing?
I have multiple text files that need to be tokenised, POS and NER. I am using C&C taggers and have run their tutorial, but I am wondering if there is a way to tag multiple files rather than one by[详细]
2023-02-13 22:50 分类:问答Transformation-Based Part-of-Speech Tagging(Brill Tagging)
What are the weaknesses and strengths of the Brill Tagger? Can you suggest some possible improvements for th开发者_JS百科e tagger?The biggest weakness of a Brill tagger is the time needed for the trai[详细]
2022-12-21 20:25 分类:问答