Corpus Search
Corpus is a large collection of texts. It is a body of written or spoken material upon which a linguistic analysis is based.
Vad är Corpus Search?
Corpus Search är en Chrome-tillägg utvecklad av namnguyenhoai.info, och dess huvudfunktion är "Corpus is a large collection of texts. It is a body of written or spoken material upon which a linguistic analysis is based.".
Tilläggsskärmbilder
Ladda ner Corpus Search-förlängningens CRX-fil
Ladda ner Corpus Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
- Consisting of 10 million sentences.
- Find vocabulary on thousands of different topics.
- Source: https://www.inf.uni-hamburg.de/en/inst/ab/lt/resources/demos/coocviewer.html Grundläggande Information om Tillägg
| Namn | |
| ID | kpkhpjgaedhadkfhodclmkophcjgmfpd |
| Officiell webbadress | https://chromewebstore.google.com/detail/corpus-search/kpkhpjgaedhadkfhodclmkophcjgmfpd |
| Beskrivning | Corpus is a large collection of texts. It is a body of written or spoken material upon which a linguistic analysis is based. |
| Filstorlek | 63.3 KB |
| Antal Installationer | 187 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2019-03-10 |
| Publiceringsdatum | 2019-03-10 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | namnguyenhoai.info |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://namnguyenhoai.info/ |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Corpus Search",
"version": "1.0",
"description": "Corpus is a large collection of texts. It is a body of written or spoken material upon which a linguistic analysis is based. ",
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"http:\/\/coocviewer.sourceforge.net\/"
]
} | |