Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Update README #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 54 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,60 @@ SPIDER_MIDDLEWARES = {
An example value of the `STANFORD_NER_FIELD_OUTPUT` field after recognising the entities is:

```json
{"result": {"DATE": ["1963", "2009", "1979", "1663", "1982"], "ORGANIZATION": ["Royal Society", "US National Academy of Science", "University of California", "Home Home About Stephen The Computer Stephen", "the University of Cambridge", "Sally Tsui Wong-Avery Director of Research", "Theoretical Physics", "Leiden University", "Baby Universe", "Department of Applied Mathematics", "Cambridge Lectures Publications Books Images Films", "Briefer History of Time", "ESA", "NASA", "Brief History of Time", "CBE", "Caius College", "The Universe"], "PERSON": ["P. Oesch", "Einstein", "D. Magee", "Stephen Hawking", "George", "Annie", "Isaac Newton", "G. Illingworth", "Dennis Stanton Avery", "R. Bouwens"], "LOCATION": ["London", "Santa Cruz", "Einstein", "Cambridge", "Gonville"]}}
{
"result": {
"DATE": [
"1963",
"2009",
"1979",
"1663",
"1982"
],
"ORGANIZATION": [
"Royal Society",
"US National Academy of Science",
"University of California",
"Home Home About Stephen The Computer Stephen",
"the University of Cambridge",
"Sally Tsui Wong-Avery Director of Research",
"Theoretical Physics",
"Leiden University",
"Baby Universe",
"Department of Applied Mathematics",
"Cambridge Lectures Publications Books Images Films",
"Briefer History of Time",
"ESA",
"NASA",
"Brief History of Time",
"CBE",
"Caius College",
"The Universe"
],
"PERSON": [
"P. Oesch",
"Einstein",
"D. Magee",
"Stephen Hawking",
"George",
"Annie",
"Isaac Newton",
"G. Illingworth",
"Dennis Stanton Avery",
"R. Bouwens"
],
"LOCATION": [
"London",
"Santa Cruz",
"Einstein",
"Cambridge",
"Gonville"
]
}
}
```

## License

BSD-2-Clause. See [License](LICENSE.txt) file for more info.

[scrapy]: https://scrapy.org/