Skip to content
#

named-entity-recognition

Here are 604 public repositories matching this topic...

chashimo
chashimo commented Mar 17, 2020

I tried selecting hyper parameters of my model following "Tutorial 8: Model Tuning" below:
https://github.com/flairNLP/flair/blob/master/resources/docs/TUTORIAL_8_MODEL_OPTIMIZATION.md

Although I got the "param_selection.txt" file in the result directory, I am not sure how to interpret the file, i.e. which parameter combination to use. At the bottom of the "param_selection.txt" file, I found "

stanza
bwindsor22
bwindsor22 commented May 4, 2020

Hi! Great package!

Both NLTK and Spacy offer the option to install models from local files, as with:

pip install /Users/you/en_core_web_sm-2.2.0.tar.gz

Do you have any thoughts on adding this to stanza? This makes it easier to deploy in an environment where the resources for the cod

Shotgun167
Shotgun167 commented May 1, 2019

I have some values in slots that are surrounded by curly braces and are meant to be returned as is. Instead, the trailing brace is being stripped. "${website}" becomes "${website". I have training examples where the whole "${website}" is included. Is there a way to change this behavior?

Ivan-Ji
Ivan-Ji commented Aug 19, 2019

近期在看模型的时候,因为README.md文件里涉及到了代码,但是markdown文件里代码的变量为Python的关键字str,如下所示,

import time
from bert_base.client import BertClient

with BertClient(show_server_config=False, check_version=False, check_length=False, mode='NER') as bc:
   start_t = time.perf_counter()
   str = '1月24日,新华社对外发布了中央对雄安新区的指导意见,洋洋洒洒1.2万多字,17次提到北京,4次提到天津,信息量很大,其实也回答了人们关心的很多问题。'
   rst = bc.encode([str, str])
   pri
wangwei921216
wangwei921216 commented Nov 5, 2019

Testing started at 上午 11:10 ...
F:\python\Anaconda3\envs\tensorflow\python.exe "F:\Program Files\PyCharm 2018.3.3\helpers\pycharm_jb_pytest_runner.py" --path F:/WorkSpace/python/Information-Extraction-Chinese-master/RE_BGRU_2ATT/test_GRU.py
Launching pytest with arguments F:/WorkSpace/python/Information-Extraction-Chinese-master/RE_BGRU_2ATT/test_GRU.py in F:\WorkSpace\python\Information-Extrac

tompollard
tompollard commented Jan 30, 2019

Running python main.py with default settings raises the following warnings:

WARNING:tensorflow:From /usr/local/lib/python3.6/site-packages/tensorflow/python/ops/rnn.py:417: calling reverse_sequence (from tensorflow.python.ops.array_ops) with seq_dim is deprecated and will be removed in a future version.
Instructions for updating:
seq_dim is deprecated, use seq_axis instead

WAR
nikhiljsk
nikhiljsk commented Jun 24, 2019

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): 10.14.5
  • TensorFlow/Keras version: 1.14.0
  • Python version: 3.6.7

Describe the problem

While running the elmo_example.py file, In the 'Loading word embeddings' section of the code, the execution stops with the following error.

`
Traceback (most recent call last): File "elmo_example.py",

spark-nlp
ansorre
ansorre commented Jul 24, 2019

On home page of website: https://nlp.johnsnowlabs.com/ I read "Full Python, Scala, and Java support"

Unfortunately it's 3 days now I'm trying to use Spark NLP in Java without any success.

  • I cannot find Java API (JavaDoc) of the framework.
  • not event a single example in Java is available
  • I do not know Scala, I do not know how to convert things like:
    val testData = spark.createDataFrame(
simpletransformers
ThilinaRajapakse
ThilinaRajapakse commented May 2, 2020

As Simple Transformers grows, the single page README documentation has gotten quite bloated and difficult to use. Because of this, I've decided that it's time (if not a little late already) to move the documentation to a more user-friendly Github Pages hosted website at the link below.

https://thilinarajapakse.github.io/simpletransformers/

As of now, only the text classification section is

Improve this page

Add a description, image, and links to the named-entity-recognition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the named-entity-recognition topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.