-
Issue started at https://github.com/daalft/PaliNLP2/issues/4 and being accoplished by @kahnchana.
-
### Topic Suggestion
#### Pre-submission advice
By following all our pre-submission advice and reviewing our Resources folder, you will maximise your chances of your topic being approved.
We as…
-
First of all, there's a problem (in Russian):
After training, you should have
```
POS('кодила') -> VERB (translation: [she] coded)
POS('крокодила') -> NOUN (translation: [of] crocodile)
```
But…
buriy updated
3 years ago
-
https://mp.weixin.qq.com/s/7sFpjbv5YCKpRNjBuVm8rA
ixxmu updated
2 years ago
-
## Sequência Lógica
1. Fluxo principal da aplicação;
2. Base de dados;
3. Pré-processamento dos dados;
4. Dados estruturados;
4. Detalhes de Implementação;
5. Determinação dos hiperparâmetros;…
-
Hey!
I am really new to the whole NLP stuff and was wondering how I would go about product names that interfere with the stemming algorithms. For example `kubernetes` get stemmed (with the English …
-
Does MindMeld support the Persian language?
It can not make entity "store_name" and show the following error:
Unknown entity ' store_name' found in query 'فروشگاه میدان مرکزی چه زمانی بسته می شو…
-
タイトルのまま、参考になりそうなnotebookを貼っていく。
-
**Link to doc page in question (if any):**
https://nlp.johnsnowlabs.com/docs/en/annotators#ner-dl-named-entity-recognition-deep-learning-annotator
https://nlp.johnsnowlabs.com/docs/en/training#conll…
-
nlp = spacy.load('zh_core_web_sm')
# initialize keyphrase extraction model, here TopicRank
extractor = pke.unsupervised.YAKE() # TopicRank
# load the content of the document, h…